/*幻圆字体*/
@font-face {
    font-family: 'youyuanregular';
    src: url('../fonts/simyou-webfont.eot');
    src: url('../fonts/simyou-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SIMYOU.TTF') format('truetype'),
         url('../fonts/simyou-webfont.woff') format('woff'),
         url('../fonts/simyou-webfont.woff2') format('woff2'),
         url('../fonts/simyou-webfont.svg#youyuanregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*字体图标*/
@font-face {font-family: "iconfont";
  src: url('../iconfont/iconfont.eot'); /* IE9*/
  src: url('../iconfont/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../iconfont/iconfont.woff?t=1463975367') format('woff'), /* chrome, firefox */
  url('../iconfont/iconfont.ttf?t=1463975367') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../iconfont/iconfont.svg?t=1463975367#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-weizhi:before { content: "\e607"; }
.icon-lianjie:before { content: "\e608"; }
.icon-guanbi:before { content: "\e600"; }
.icon-ordinarydownload:before { content: "\e601"; }
.icon-youjian:before { content: "\e609"; }
.icon-en:before { content: "\e602"; }
.icon-sousuo:before { content: "\e603"; }
.icon-shouye:before { content: "\e606"; }
.icon-dianhua:before { content: "\e60a"; }
.icon-44:before { content: "\e605"; }
.icon-yanjing:before { content: "\e604"; }
.icon-dayin:before { content: "\e60b"; }


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
    margin:0;
    padding:0
}
body,html{
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
}
ol,ul{
    list-style:none;
}
address,caption,cite,code,dfn,em,th,var{
    font-style:normal;
    font-weight:normal;
}
fieldset,img{
    border:none;
}
input,textarea,button,select{
    outline: none;
    font:14px/1.7em Arial, '微软雅黑', tahoma,宋体,sans-serif;

}
/*img{vertical-align:top;}*/
input,button{
    vertical-align:middle;
}
caption,th{
    text-align:left;
}
a{
    text-decoration:none;
    color:#666;
}
img{
	max-width: 100%;
}
input::-webkit-input-placeholder{
    color: #a1a1a1;
}
input:-moz-placeholder {
    color: #a1a1a1;
}
input::-moz-placeholder {
    color: #a1a1a1;
}
input::-ms-input-placeholder,
input::-o-input-placeholder{
    color:#a1a1a1;
}

html{
    text-align:center;
}
body{
    font:14px/1.7em Arial, '微软雅黑',"黑体",sans-serif;
    color:#50555f;
    margin:0 auto;
    text-align:left;
    background: #f6f6f6;
}

a:hover {
	color: #3393dd;
}


/*Common Style*/
.hidden{
    display:none;
}
.clear:after{
    content:"";
    display:block;
    height:0;
    line-height:0;
    clear:both;
    visibility:hidden;
}
.clear{
    *zoom:1;
}

.dian{
	float: left;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #1f95d3;
}
/*版心*/
.w{
    max-width:80%;
    margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

.pad-spacing {
	padding: 50px 0;
}
.margin-spacing {
	margin: 50px 0;
}
.mb-spacing {
	margin-bottom: 50px;
}

.maintit-box {
	margin-bottom: 30px;

}
.maintit-box .more{
	color: #1f95d3;
	margin-left: 20px;
}
.maintit-box .maintit {
	margin-bottom: 0;
}
.maintit {
	font-weight: bold;
	font-size: 24px;
	color: #1f95d3;
	margin-bottom: 20px;
}

/*头部*/
header{
	background: #fff;
	position: relative;
}
.logo-name-en{
	font-size: 28px;
	color: #000;
	font-weight: bold;
}
.logo-name-cn{
	font-size: 16px;
	color: #000;
}
.top-box{
	padding: 20px 2%;
	padding-left: 0;
}
.top-search-input{
	width: 284px;
	height: 40px;
	border-radius: 20px;
	border: 0;
	box-sizing: border-box;
	padding: 0 20px;
	background: #eef5f9;
}
.top-search-btn{
	border: 0;
	background: #fff;
}
.language{
	font-size: 16px;
	line-height: 40px;
	margin: 0 5px;
	color: #937f7f;
}
.language .language:hover{
	text-decoration: underline;
	color: #3393dd;
}
.language .language.current,
.language .language.current:hover{
	text-decoration: none;
	color: #3393dd;
}
.logo{
	float: left;
	padding: 25px 2% 0;
	padding-right: 10px;
	transition: 400ms;
}
.logo img{
	transition: 400ms;
	height: 88px;
	width: auto;
}
.nav-box{
	position: relative;
	z-index: 100;
}
.nav-ul{
	text-align: center;
}
.nav{
	display: inline-block;
}
.nav>a{
	padding: 20px 30px;
	font-size: 18px;
	color: #000;
	display: block;
}
.nav:hover>a,
.nav.current>a{
	color: #3393dd;
	font-weight: bold;
	text-decoration: none;
}
.nav:hover .sub-nav-box{
	display: block;
}
.sub-nav-box{
	position: absolute;
	padding: 50px;
	width: 100%;
	left: 0;
	background: #2a353c;
	display: none;
	z-index: 30;
}
.sub-nav-ul{
	width: 70%;
	float: left;
}
.sub-nav{
	float: left;
	width: 33.3%;
	padding: 10px 0;
	text-align: left;
}
.sub-nav:before{
	content:'·';
	color: #fff;
	margin: 0 10px;
}
.sub-nav a{
	color: #fff;
	padding: 0;
	font-size: 16px;
}
.sub-nav a:hover{
	text-decoration: underline;
	font-weight: normal;
	color: #fff;
}
.sub-nav-name{
	width: 30%;
	float: left;
	text-align: left;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
}
.sub-nav-name-hr{
	width: 50px;
	height: 3px;
	border: 0;
	background: #fff;
	margin-left: 0;
	margin-top: 0;
}
.sub-nav-div{
	width: 70%;
	margin: 0 auto;
}

.app-nav-ico,
.app-language{
	display: none;
}
/*app导航*/

.app-nav-ul .dropdown-menu{
	position: inherit;
	float: none;
	background: none;
	z-index: 0;
	padding-left: 20px;
}
.opens .dropdown-menu{
	display: block !important;
}
.app-nav-ul .dropdown-menu a{
	width: 100%;
	font-weight: normal;
}
.app-nav-box{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: -100%;
	z-index: 100;
}
.app-nav{
	left: -50%;
	position: absolute;
	width: 80%;
	background: #000;
	height: 100%;
	box-sizing: border-box;
	transition: left 0.5s;
	-mos-transition: left 0.5s;
	-webkit-transition: left 0.5s;
	-ms-transition: left 0.5s;
	-o-transition: left 0.5s;
}
.app-nav-Stop{
	height: 100px;
	line-height: 100px;
	font-size: 20px;
	font-weight: bold;
	background: #1a1a1a;
	padding-left: 30px;
}
.app-nav-Stop-ico{
	color: #fff;
	font-weight: normal;
	font-size: 20px;
}
.app-nav-ul{
	height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;
	top: 0;
	box-sizing: border-box;
	padding-top: 120px;
	padding-bottom: 40px;
}
.app-nav-Stop{
	position: relative;
	z-index: 20;
}
.app-nav-ul li a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	padding-left: 30px;
	font-weight: bold;
}
.app-nav-ul li a{
	text-decoration: none;
}
@media (max-width: 1366px) {
	.nav>a {
		padding: 20px 15px;
		font-size: 16px;
	}
}

/*ipad*/
@media (max-width: 979px) {
	.nav>a{
		padding: 20px 15px;
	}
	.sub-nav-div{
		width: 80%;
	}
	.top-search-input,
	.top-search-btn{
		display: none;
	}
}
/*手机*/
@media (max-width: 767px) {

	/* 顶部导航 */
	.top-box{
		display: none;
	}
	.top-nav {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		width: 100%;
		height: 60px;
		box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	}
	
	.nav-bot-height{
		height: 60px;
	}
	.top-nav .w {
		height: 100%;
	}
	.nav-box {
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100vh - 60px);
		z-index: 99;
		background-color: rgba(0, 0, 0, .5);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		transition: all .3s;
	}
	.nav-box.active {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.nav-ul  {
		height: 100%;
		overflow-y: auto;
		width: 200px;
		background-color: #fff;
		box-shadow: 3px 5px 5px rgba(0, 0, 0, .2);
	}
	.nav-ul .nav {
		display: block;
	}
	.nav>a {
		padding: 15px;
		text-align: left;
	}
	.sub-nav-box {
		position: static;
		padding: 0;
		padding-left: 20px;
		background-color: rgba(51, 147, 221, .3);
	}
	.sub-nav:before {
		color: #3393dd;
		font-weight: bold;
		font-size: 18px;
	}
	.sub-nav a {
		color: #333;
	}
	.sub-nav-div {
		width: 100%;
	}
	.sub-nav-name {
		display: none;
	}
	.sub-nav-ul{
		width: 100%;
		float: none;
	}
	.sub-nav {
		display: block;
		width: 100%;
		float: none;
	}

	.app-nav-ico,
	.app-language{
		display: flex;
		align-items: center;
		height: 100%;
		margin: 0 5%;
		font-size: 22px;
		color: #3393dd;
	}
	.app-nav-ico{
		font-size: 30px;
	}
	.app-nav-ico:hover,
	.app-language:hover{
		text-decoration: none;
	}
	.app-nav-box.to-left,
	.app-nav-box.to-left .app-nav{
		left: 0;
	}
	.logo{
		width: 80px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		padding: 0;
	}
	.logo a img{
		width: 100%;
		height: auto;
	}

	
	.banner{
		width:100%;
		margin-left:0;
		left:0;
		height:auto;
	}

	.banner .swiper-slide img{
		width:100%;
	}
	.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom:8px;
	}
}
.h20{
	width: 100%;
	background: #fff;
	height: 20px;
}

/*轮播图*/
.banner{
	position: relative;
	overflow: hidden;
}
.banner img {
	width: 100%;
}
.banner .swiper-button-next{
	background:rgba(0,0,0,0.3);
	right: 8%;
    width: 60px;
    height: 60px;
    top: 50%;
}

.banner .swiper-button-prev{
	background:rgba(0,0,0,0.3);
	left: 8%;
    width: 60px;
    height: 60px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 20px;
	/*text-align:right;*/
	/*padding-right:408px;*/
}
.swiper-pagination-bullet-active{
	background:#1f95d3 !important;
}
.swiper-pagination-bullet{
	width:10px;
	height:10px;
	background:#1f95d3
}

.banner-ul{
	width: 1000%;
	position: absolute;
	height: 100%;
}
.banner-li{
	float: left;
	width: 10%;
	position: relative;
	overflow: hidden;
	height: 100%;
}
.banner-li a{
	position: absolute;
	left: 50%;
	top: 0;
	width: 1920px;
	margin-left: -960px;
	text-align: center;
}
.banner-li a img{
	text-align: center;
}
.banner-mark-box{
	position: absolute;
	right: 10%;
	margin-top: 7%;
}
.banner-mark{
	width: 10px;
	height: 10px;
	background: #1f95d3;
	border-radius: 50%;
	margin: 22px 0;
	cursor: pointer;
}
.banner-mark.current{
	background: #fff;
}

.banner-mark-control{
	margin: 22px 0;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	margin-left: -5px;
}
.banner-mark-control:hover{
	color: #1f95d3;
}
/*ipad*/
@media (max-width: 979px) {
	.banner{
		height: 520px;
	}
	.banner-li a{
		width: 1520px;
		margin-left: -760px;
	}
	.banner-li a img{
		width: 100%;
	}
	.banner-mark-box{
		display: none;
	}
}
/*手机*/
@media (max-width: 767px) {
	.banner{
		height: 400px;
		border: 0;
	}
	.banner-li a{
		width: 1100px;
		margin-left: -550px;
	}
}
/*小屏手机*/
@media (max-width: 450px) {
	.banner{
		height: 220px;
	}
	.banner-li a{
		width: 600px;
		margin-left: -300px;
	}
}

/*首页内容*/

	.mt30{
		margin-top: 30px;
	}
/*首页新闻*/
.index-news-box{
	width: 58%;
	box-sizing: border-box;
	padding: 30px;
	background: #fff;
	min-height: 630px;
}
.index-news-top{
	border-top: 2px solid #7f7f7f;
	padding-top: 10px;
	margin-bottom: 50px;
}
.index-news-title{
	font-size: 20px;
	font-weight: bold;
	color: #001515;
}
.index-news-more{
	font-size: 16px;
	color: #1f95d3;
}
.index-news-more:hover{
	color: #1f95d3;
}

.index-news-cut{
	width: 25%;
	min-width: 140px;
	box-sizing: border-box;
	margin-right: 2%;
	height: 48px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	color: #333;
	cursor: pointer;
	border: 2px solid #dedede;
	border-radius: 30px;
}
.index-news-cut:hover,.index-news-cut.current{
	color: #fff;
	background: #1f95d3;
	border-color: #1f95d3;
}
.index-news-content-box{
	padding: 20px 0;
}
.index-news-li{
	padding: 25px;
	border-bottom: 1px solid #eaeaea;
}
.index-news-li:last-of-type{
	border-bottom: 0;
}
.index-news-time{
	padding:2px 15px;
	background: #b7c7cf;
	color: #fff;
	border-radius: 20px;
	margin-right: 20px;
}
.index-news-name{
	font-size: 16px;
	overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}
.index-news-name a{
	color: #333;
}
/*ipad*/
@media (max-width: 979px) {
	.index-news-box{
		width: 100%;
		min-height: inherit;
	}
}
/*手机*/
@media (max-width: 767px) {
	.index-news-box{
		padding: 20px 8px;
	}
	.index-news-cut{
		width: 32%;
		height: 40px;
		line-height: 36px;
		min-width: 85px;
		white-space: nowrap;/*强制不换行*/
	}
	.index-news-cut:last-of-type{
		margin-right: 0;
	}
	.index-news-time{
		padding: 0;
		width: 5px;
		height: 5px;
		overflow: hidden;
		margin-top: 10px;
		margin-right: 10px;
	}
	.index-news-li{
		padding: 20px 10px;
	}
}
/*小屏手机*/
@media (max-width: 500px) {
	.index-news-cut{
		font-size: 14px;
		height: 36px;
		line-height: 32px;
	}
}
/*首页登陆*/
.index-login-box{
	width: 40%;
	margin-left: 2%;
}
.index-login{
	display: block;
	vertical-align: middle;
	height: 300px;
	box-sizing: border-box;
	padding: 70px 10%;
	background-size: cover;
}
.index-login-name{
	font-family: youyuanregular;
	font-size: 50px;
	/*line-height: 65px;*/
	margin-bottom: 30px;
}
.index-login-txt{
	font-size: 20px;
	height: 50px;
}
.index-login-hr{
	border: 0;
	background: rgba(255,255,255,0.5);
	height: 3px;
}
.audience-login{
	background: url(../images/audience-login-bg.jpg) center center no-repeat;
	color: #f6f6f6;
}

.register-aud.audience-login:last-of-type {
	background: url(../images/audience-login-bg-right.jpg) center center no-repeat;
	color: #f6f6f6;
}
.audience-login:hover{
	color: #ebe8e8;
	text-decoration: none;
}
.activities-ind-box .exhibitors-login{
	height:162px;
}
.exhibitors-login{
	background: url(../images/exhibitors-login-bg.jpg) center center no-repeat;
	color: #000;
}
.exhibitors-login:hover{
	color: #333;
	text-decoration: none;
}

/*20170224*/
.mt22{
    margin-top:22px;
}
.index-login{
    height:	auto;
}
.index-login.register-aud{
    float:left;
	margin-right:5%;
    padding: 25px 8.3%;
    width: 47.5%;
    text-align:center;
    height: 188px;
}
.register-aud:last-of-type{
	margin-right:0;
}
.register-aud .index-login-name{
    font-size:22px;
    margin-bottom:0;
    line-height:initial;
    margin-top:8px;
}
.index-login-name{
    font-size:22px;
}
.index-login-txt{
    font-size:14px;
}
.second-login-box:after{
	display:block;
	content: " ";
	clear:both;
}
.index-login{
    padding:25px  5%;
}
.index-login-name{
    margin-bottom:20px;
}
.activities-ind-box{

}
.addto-bg{
	position:relative;
	display:block;
    height:150px;
	background:url(../images/addto.jpg) left top no-repeat;
	text-align:center;
}
.addto{
	height:37px;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	margin-top:-20px;
	text-align:center;
}
.addto-icon{
	display:inline-block;
    width:37px;
	height:37px;
	background:url(../images/addto-icon.png) left top no-repeat;
	margin-right:2%;
	vertical-align:middle;
	background-size:100% 100%;
}
.addto-text{
	display:inline-block;
    font-size:36px;
	color:#FFF;
	height:37px;
	line-height:37px;
	vertical-align:middle;
}


/*小屏pc*/
@media (max-width: 1300px) {
	.w{
		max-width: 91%;
	}
}

/*ipad*/
@media (max-width: 979px) {
	.index-login-box{
		width: 100%;
		margin: 20px 0 0;
	}
	.index-login-box>div{
		width: 48%;
		float: left;
	}
	.index-login-box>div.mt22{
		margin: 0;
		margin-left: 4%;
	}
	.index-login{
		height: 180px;
		padding: 20px 10%;
	}
	.index-login-name{
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 20px;
	}
	.index-login-txt{
		font-size: 12px;
		line-height: 18px;
		height: 36px;
	}
	.index-login-hr{
		height: 2px;
	}

	.register-aud .index-login-name{
		font-size: 20px;
	}
}
/*手机*/
@media (max-width: 767px) {

}
/*小屏手机*/
@media (max-width: 500px) {
	.index-login-box>div{
		width: 100%;
		float: none;
	}
	.index-login-box>div.mt30{
		margin: 20px 0 0;
	}
	.index-login{
		background-size: cover;
	}
}

@media (max-width: 979px) {
	.addto-box{
	display:none;
	}
	.index-login{
	 height:150px;
	}
	.addto-icon{
	 background-size:90%;
	}
	.index-login-box>div{
	 float:left;
	 width:48%;
	}
	.addto-text{
	  font-size:30px;
	}
	.second-login-box{
	  margin-left:0 !important;
	  margin-top:0 !important;
	}
}
@media (max-width: 767px) {
    .index-login-box>div{
	 float:none;
	 width:100%;
	}
	.index-login-box>div.mt22{
	 margin-left:0;
	 margin-top:22px;
	}
	.index-login{
	 background-size:100% 100%;
	}
}




/*首页展会信息*/
.index-information-box{
	background: url(../images/index-message-bg.jpg) center center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 50px 0;
	text-align: center;
}

.index-information-title{
	font-size: 50px;
	line-height: 80px;
	font-weight: normal;
	color: #fff;
	float: left;
	border-right: 1px solid #fff;
	padding-right: 5%;
	width: 30%;
	text-align: right;
}

.index-information-time{
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	font-weight: normal;
}
.index-information-sub-title{
	font-size: 24px;
	font-weight: bold;
	line-height: 45px;
	color: #fff;
}
.index-information-top{
	text-align: left;
	margin-left: 35%;
}
.index-information-txt{
	width: 685px;
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	margin: 0 auto;
}


.index-welcome {
	background-color: rgba(51, 147, 221, 0.1);
	padding: 50px 0;
}
.index-welcome .title {
	text-align: center;
	font-size: 32px;
    font-weight: bold;
	margin-bottom: 30px;
	color: #000;
	line-height: 1;
}
.index-welcome .info {
	line-height: 1.8;
	color: #666;
	font-size: 16px;
}


/*ipad*/
@media (max-width: 979px) {
	.index-information-txt{
		width: 90%;
		font-size: 14px;
	}
	.index-information-title{
		font-size: 30px;
	}
	.index-information-sub-title,
	.index-information-time{
		font-size: 18px;
	}
}

/*手机*/
@media (max-width: 767px) {
	.index-information-txt{
		display: none;
	}
	.index-information-box{
		height: auto;
	}
	.index-information-sub-title{
		margin-bottom: 0;
	}
	.index-information-title{
		font-weight: normal;
		border-right: 0;
		text-align: center;
		width: 100%;
		line-height: 30px;
	}
	.index-information-top{
		text-align: center;
		margin-left: 0;
	}
}
/*小屏手机*/
@media (max-width: 500px) {
	.index-information-title{
		font-size: 30px;
		line-height: 36px;
	}
	.index-information-sub-title{
		font-size: 18px;
		padding: 0 10%;
		line-height: 26px;
	}
}

/*首页同期活动*/
.index-activity-box{
	display: table;
	width: 100%;
}
.index-activity-txt-box{
	background: #fff;
	padding: 30px 2% 0;
	box-sizing: border-box;
	width: 35%;
	display: table-cell;
	vertical-align: top;
}
.index-activity-img-box{
	width: 65%;
	display: table-cell;
}
.index-activity-title{
	font-size: 18px;
	color: #150200;
	margin: 2% 0;
	line-height:24px;
}
.index-activity-txt{
	font-size: 16px;
	color: #666;
	line-height: 34px;
}
.index-activity-txt-btn{
	width: 250px;
	height: 50px;
	text-align: center;
	border: 2px solid #dedede;
	display: block;
	line-height: 46px;
	font-size: 16px;
	color: #1f95d3;
	margin-top: 5%;
	border-radius: 50px;
}
.index-activity-txt-btn:hover{
	background: #1f95d3;
	color: #fff;
	text-decoration: none;
	border: 2px solid #1f95d3;
}
.index-activity-big-img{
	width: 74%;
	overflow: hidden;
	position: relative;
	text-align: center;
	height: 450px;
	overflow: hidden;
}
.index-activity-big-img img{
	width: 100%;
}
.index-activity-img{
	width: 25%;
	margin-left: 1%;
}
.index-activity-big-img-name{
	position: absolute;
	padding: 30px;
	bottom: 0;
	font-size: 22px;
	color: #fff;
}
.index-activity-img-li{
	margin-bottom: 3px;
	overflow: hidden;
	position: relative;
	height: 148px;
	overflow: hidden;
}
.index-activity-img-cover{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
}
.index-activity-img-name{
	font-size: 14px;
	color: #fff;
	padding: 10px 20px;
	bottom: 0;
	position: absolute;
}
.index-activity-img-li:last-of-type{
	margin-bottom: 0;
}
.index-activity-img-li img{
	width: 100%;
}
.index-activity-txt-row{
	max-height: 200px;
	overflow: hidden;
}
/*小屏pc*/
@media (max-width: 1200px) {
	.index-activity-txt-row{
		max-height: 160px;
		overflow: hidden;
	}
	.index-activity-txt-btn{
		height: 34px;
		line-height: 30px;
	}
}
/*ipad*/
@media (max-width: 979px) {
	.index-activity-box{
		display: block;
		background: #fff;
		padding: 30px;
	}
	.index-activity-txt-box,
	.index-activity-img-box{
		width: 50%;
		float: left;
	}
	.index-activity-big-img,
	.index-activity-img{
		width: 100%;
		margin-left: 0;
		height: auto;
	}
	.index-activity-img-li{
		float: left;
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
		height: auto;
	}
	.index-activity-img-li:last-of-type{
		margin-right: 0;
	}
	.index-activity-txt-row{
		max-height: none;
	}
	.index-activity-txt-btn{
		height: 50px;
		line-height: 46px;
	}
	.index-activity-txt-box{
		padding: 0;
		padding-right: 20px;
	}
	.index-activity-big-img-name,
	.index-activity-img-name{
		display: none;
	}
	.index-activity-big-img img{
		width: 100%;
	}

}
/*手机*/
@media (max-width: 767px) {
	.index-activity-txt-box,
	.index-activity-img-box{
		width: 100%;
	}
	.index-activity-txt-box{
		margin-bottom: 30px;
		padding-right: 0;
	}
	.index-activity-img{
		display: none;
	}
	.index-activity-box{
		padding: 30px 8px;
	}
}

/*合作伙伴*/
.index-cooperation-box{
	display: block;
	width: 20%;
	background: #1f95d3;
	height: 190px;
	box-sizing: border-box;
	padding: 30px 3%;
	cursor: pointer;
}
.index-cooperation-box:hover{
	text-decoration: none;
	background: #34a9de;
}
.index-cooperation-title{
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	border-top: 2px solid #fff;
	padding: 5px 0;
	line-height: 38px;
	margin-bottom: 20px;
}
.index-cooperation-i{
	font-size: 18px;
	color: #fff;
}
.index-cooperation-txt{
	font-size: 16px;
	color: #fff;
}
.index-cooperation-r{
	width: 80%;
	height: 190px;
	background: #fff;
	position: relative;
}

.index-cooperation-control{
	height: 190px;
	width: 10%;
	text-align: center;
	line-height: 190px;
	cursor: pointer;
	font-size: 22px;
}
.index-cooperation-control:hover{
	color: #1f95d3;
}
.index-cooperation-logo-box{
	width: 80%;
	height: 190px;
	overflow: hidden;
}
.index-cooperation-logo{
	float: left;
	margin: 45px 0;
	height: 100px;
	width: 190px;
	text-align: center;
}
.index-cooperation-logo-img{
	display: table;
	height: 75px;
	width: 190px;
	text-align: center;
}
.index-cooperation-logo a{
	display: table-cell;
	height: 75px;
	width: 160px;
	vertical-align: middle;
}
.index-cooperation-logo a img{
	max-width: 150px;
	max-height: 60px;
	margin-top: -6px;
}

/*ipad*/
@media (max-width: 979px) {
	.index-cooperation-box{
		width: 30%;
		height: 140px;
	}
	.index-cooperation-title{
		font-size: 20px;
		margin-bottom: 0;
	}
	.index-cooperation-i{
		font-size: 16px;
	}
	.index-cooperation-txt{
		font-size: 14px;
	}
	.index-cooperation-r{
		width: 70%;
		height: 140px;
	}
	.index-cooperation-logo{
		margin: 20px 0;
		height: 100px;
	}
	.index-cooperation-logo-box,
	.index-cooperation-control{
		height: 140px;
	}
	.index-cooperation-logo-img,
	.index-cooperation-logo a,{

	}
	.index-cooperation-control{
		line-height: 140px;
	}
	.index-cooperation-logo a img{
		max-height: 60px;
	}

}
/*手机*/
@media (max-width: 767px) {

	.index-cooperation-txt,
	.index-cooperation-i{
		display: none;
	}
	.index-cooperation-title{
		margin-top: 20px;
		text-align: center;
		font-size: 18px;
	}

}
@media (max-width: 450px) {
	.index-cooperation-logo{
		margin: 20px auto;
		float: none;
	}
	.index-cooperation-logo a img{
		max-width: 120px;
	}
}


.index-serve-box-row{
	margin: 30px -40px;
}
.index-serve-box{
	display: table;
	width: 100%;
	border-spacing:40px 0;

}
.index-serve-row{
	display: table-row;

}
.index-serve{
	display: table-cell;
	background-color: #fff;
	text-align: center;
	padding: 5% 5% 2%;
	width: 33.3%;
}
.index-serve:hover{
	text-decoration: none;
}
.index-serve-title{
	font-size: 22px;
	color: #000;
	margin-bottom: 20px;
}
.index-serve-text{
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
}
.index-serve img{
	max-width: 100%;
}
.index-serve-audience{
	background: url(../images/index-serve-audience.jpg) center center no-repeat;
	background-size: cover;
}
.index-serve-download{
	background: url(../images/index-serve-download.jpg) center center no-repeat;
	background-size: cover;
}

/*ipad*/
@media (max-width: 979px) {
	.index-serve-box-row{
		margin: 30px -20px;
	}
	.index-serve-box{
		border-spacing:20px 0;
	}
	.index-serve{
		padding: 5% 2% 2%;
	}
}
/*手机*/
@media (max-width: 767px){
	.index-serve-text{
		display: none;
	}
	.index-serve-title{
		font-size: 18px;
	}
	.index-serve-box-row{
		margin: 30px -10px;
	}
	.index-serve-box{
		border-spacing:10px 0;
	}
}

/*底部*/
footer{
	background: #2b2e32;
	padding: 60px 0 40px;
}

.ft-nav-box>.col-sm-2{
	margin-right: 2%;
}
.ft-nav-box>.col-sm-2 dt{
	border-top: 2px solid #41474e;
	padding: 20px 0;
}
.ft-nav-box dt a{
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}
.ft-nav-box dd{
	line-height: 30px;
	color: #8f9092;
	font-size: 14px;
}
.ft-nav-box dd a{
	color: #8f9092;
	font-size: 14px;
}

.col-sm-3 dt{
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	padding: 22px 0 20px;
}
.footer-box{
	text-align: center;
	padding-top: 20px;
}
.footer-box .footer-links {
	text-align: left;
}
.footer-box .links-box {
	display: block;
	margin-bottom: 20px;
}
.footer-box .links-box a{
	display: inline-block;
	vertical-align: top;
	color: #fff;
}
.footer-box .links-box a:not(:last-child):after {
	content: "|";
	display: inline-block;
	margin: 0 20px;
	color: #fff;
}

.footer-concerning-box{
	padding: 20px;
	color: #877b7b;
	font-size: 12px;
	line-height: 30px;
}
.footer-concerning-box a{
	font-size: 16px;
	color: #fff;
	padding: 0 20px;
}
.Copyright-txt{
	font-size: 12px;
	color: #808284;
}
.Copyright-txt a:hover{
	color: #1f95d3;
}
.footer-share{
	margin-top: 20px;
}
.footer-share a{
	padding: 0 10px;
}

/*ipad*/
@media (max-width: 979px) {
	.ft-nav-box .col-sm-3{
		width: auto;
		float: right;
	}
	.ft-nav-box>.col-sm-2{
		margin-right: 0;
		width: 13%;
		padding-left: 0;
	}
}
/*手机*/
@media (max-width: 767px){
	.ft-nav-box {
		display: none;
	}
	.footer-box{
		padding-top: 0;
	}
	
}
@media (max-width: 500px){
	.footer-concerning-box{
		padding: 20px 0;
		color: #877b7b;
		font-size: 12px;
		line-height: 30px;
	}
	.footer-concerning-box a{
		font-size: 14px;
		color: #fff;
		padding: 5px;
	}
}

/*内页banner*/
.banners{
	padding-top: 20px;
	background: #fff;
	width: 100%;
	overflow: hidden;
}
.banners img{
	width: 100%;
}

/*页面二级导航*/
.content-nav-box{
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	text-align: center;
	margin-top: 60px;
}
.content-nav li{
	display: inline-block;
	padding: 0 2%;
}
.content-nav li a{
	display: block;
	font-size: 20px;
	color: #666;
	padding: 30px 0;
	margin-left: 25px;
}
.content-nav li:hover a,
.content-nav li.current a{
	text-decoration: none;
	border-bottom: 3px solid #1f95d3;
	color: #1f95d3;
	font-weight: bold;
	margin-bottom: -3px;
	padding-bottom: 29px;
}
.content-nav-dot{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #999;
	float: left;
	margin: 0 10px;
	margin-top: 40px;
}
.content-nav li:hover .content-nav-dot,
.content-nav li.current .content-nav-dot{
	background: #1f95d3;
}

.content-title{
	font-size: 30px;
	color: #000;
	margin: 60px 0;
	text-align: center;
}
.content-title a{
	color: #000;
	padding: 0 30px;
}
.content-title a.current,
.content-title a:hover{
	color: #1f95d3;
	text-decoration: none;
}
/*ipad*/
@media (max-width: 979px) {

}
/*手机*/
@media (max-width: 767px){
	.content-title{
		margin: 20px 0;
		font-size: 18px;
	}
	.content-title a{
		padding: 0 15px;
	}
}
/*内页内容*/
.content-white-bg{
	padding: 50px 2%;
	background: #fff;
	margin-bottom: 70px;
}
.w2{
	max-width: 940px;
	margin: 0 auto;
}
.data-img{
	width: 100%;
}

.data-txt-box{
	padding-top: 50px;
}
.data-txt-title{
	font-weight: bold;
	padding-left: 15%;
	padding-right: 10px;
	min-width: 100px;
	width: 30%;
	box-sizing: border-box;
}
.data-txt{
	width: 70%;
	box-sizing: border-box;
	padding: 0 5%;
	border-left: 1px solid #e5e5e5;
	padding-bottom: 30px;
	color: #333;
}
.data-txt-name{
	font-weight: bold;
	color: #2b9bd5;
}
.data-txt-time{
	color: #ed0000;
	padding-bottom: 0;
}

/*手机*/
@media (max-width: 767px){
	.data-txt-title{
		padding-left: 0;
		width: 100px;
	}
	.data-txt{
		margin-left: 100px;
		width: auto;
		float: none;
	}
}

/*同期活动*/
.line-row-3{
	margin-bottom: 30px;
}
.line-3{
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
}
.line-3:nth-of-type(3n){
	margin-right: 0;
}



.line-img img{
	display: block;
	width: 100%;
}



.line-hr{
	border: 0;
	height: 4px;
	background: #000;
	width: 20%;
	margin: 25px auto;
}
.line-name{
	font-size: 22px;
	line-height: 26px;
	height: 52px;
	color: #333;
	text-align: center;
	padding: 0 5%;
	overflow: hidden;
}
.line-name a{
	color: #333;
}
/*ipad*/
@media (max-width: 979px) {
	.line-3{
		width: 45%;
		margin-right: 10%;
	}
	.line-3:nth-of-type(3n){
		margin-right: 10%;
	}
	.line-3:nth-of-type(2n){
		margin-right: 0;
	}

}
/*手机*/
@media (max-width: 767px){
	.line-3{
		width: 100%;
		margin-right: 0;
	}
	.line-3:nth-of-type(3n){
		margin-right: 0;
	}
	.line-hr{
		margin: 20px auto;
		height: 2px;
	}
	.line-name{
		height: auto;
		font-size: 18px;
	}
}

/*展商展品搜索*/
.w3{
	max-width: 1200px;
	margin: 0 auto;
}

.search-matter{
	width: 70%;
}
.search-form{
	width: 38%;
	border: 1px solid #dedede;
	border-radius: 30px;
	height: 42px;
	box-sizing: border-box;
	padding: 0 15px;
	margin-right: 2%;
	color: #333;
	float: left;
}
.search-select{
	-webkit-appearance: none;
  	-moz-appearance:none;
  	-o-appearance:none;
  	-ms-appearance:none;
	background-image:url(../images/select-bg.png) ;
	background-position: right center;
	background-repeat: no-repeat;
}
.search-button{
	width: 20%;
	height: 42px;
	background: #1f95d3;
	float: left;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.search-button:hover{
	color: #fff;
	background: #229cdc;
}
.select-SearchExhibitors{
	margin-top: 40px;
	background: #f6f6f6;
	padding: 10px;
	border-radius: 40px;
	overflow: hidden;
}
.select-SearchExhibitors a{
	text-transform: uppercase;
	padding: 0 1.1%;
	float: left;
	color: #666;
	box-sizing: border-box;
	text-align: center;
}
/*小屏pc*/
@media (max-width: 1500px){
	.select-SearchExhibitors a{
		padding: 0 1%;
	}
}
.select-SearchExhibitors a.current,
.select-SearchExhibitors a:hover{
	color: #1f95d3;
	text-decoration: underline;
}

.select-list{
	margin-top: 40px;
}
.select-hint{
	color: #666;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}
.select-hint-num{
	padding: 0 5px;
}
.paging a,.paging span{
	padding: 4px 10px;
	border-radius: 3px;
	color: #666;
	cursor: pointer;
}
.paginate{
    text-align:center;
}
.paginate li {
	display: inline-block;
}
.paginate li.active{
	background: #488fcd;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
	padding-top: 1px;
}
.all-paging{
	color: #666;
}
.paging a.curr,.paging a:hover,.paging span:hover{
	background: #488fcd;
	color: #fff;
}

.all-paging{
	color: #666;
}

.paging span.all-paging:hover{
	background: none;
	color: #666;
	cursor: auto;
}


.select-list-tab{
	border:1px solid #dedede;
}
.select-list-tab th{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 10px 0 10px 3%;
	background: #1f95d3;
}
.select-list-tab td{
	padding: 20px 0 20px 3%;
	color: #666;
}
.select-list-tab tr:nth-of-type(2n+1) td{
	background: #f9f9f9;
}
.select-list-img{
	width: 28%;
}
.select-list-img a{
	border:1px solid #dedede;
	height: 60px;
	background: #fff;
	width: 150px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.select-list-img a img{
	max-width: 140px;
	max-height: 50px;
}
/*.select-list-name{*/
	/*width: 30%;*/
/*}*/
/*.select-list-name a{*/
	/*font-size: 16px;*/
	/*color: #333;*/
/*}*/
.select-list-name{
    /*font-weight: bold;*/
    color: #333;
    margin-bottom: 15px;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
    font-size:17px;
}
.select-list-name a{
    color: #000;
}
.select-list-txt a{
    color: #666;
    line-height: 24px;
}
.select-list-name a:hover{
    color: #1f95d3;
}
.select-list-tab td a:hover{
	text-decoration: none;
}
.select-list-num{
	width: 15%;
}
.select-list-num a{
	color: #51a5d9;
	font-weight: bold;
}
.select-list-btn{
	width: 12%;
}
.select-list-btn a{
	color: #fa5d58;
}
.select-list-btn a:hover{
	color: #ff2a23;
}
.select-list-tab .select-list-paging{
	text-align: center;
	padding: 30px 0;
}
/*手机*/
@media (max-width: 767px){
	.select-list-tab th{
		display: none;
	}

	.select-list-tab td{
		display: block;
		width: 100%;
		padding: 2px 10%;
	}
	.select-list-tab .select-list-img{
		padding-top: 20px;
		border-top:1px solid #dedede;
	}
	.select-list-tab .select-list-btn{
		padding-bottom: 20px;
	}

	.search-form{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.search-button{
		width: 100%;
	}

}


.search-sidebar{
	width: 30%;
	box-sizing: border-box;
	padding-left: 5%;
}
.search-sidebar-img{
	margin-bottom: 30px;
}
.search-sidebar-img img{
	width: 100%;
	display: block;
}
/*ipad*/
@media (max-width: 979px) {
	.search-matter{
		width: 100%;
	}
	.search-sidebar{
		display: none;
	}
}
/*手机*/
@media (max-width: 767px){

}

.product-select-list-img a{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 3px;
	overflow: hidden;
}
.product-select-list-img a img{
	width: 100%;
	display: block;
	margin-top: 0;
	max-width: none;
	max-height: none;
}
.select-list-tab .product-select-list-sort{
	font-size: 16px;
	color: #333;
}
.select-list-btn .glyphicon{
	top: 2px;
}

.exhibitors-logo{
	width: 45%;
	box-sizing: border-box;
	padding: 20px 1%;
	background: #fff;
	border: 1px solid #ccc;
}
.exhibitors-logo img{
	width: 100%;
}
.exhibitors-information{
	width: 50%;
	margin-left: 5%;
}
.exhibitors-information-name{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin: 5px 0;
}
.exhibitors-information-num{
	font-size: 16px;
	color: #1f95d3;
	margin: 15px 0;
}
.exhibitors-information-num .glyphicon{
	top: 3px;
	margin-right: 8px;
}
.exhibitors-information-txt{
	line-height: 26px;
	color: #666;
	margin: 3px 0;
}
.exhibitors-information-txt a{
	color: #666;
}

.search-detail-title{
	font-size: 18px;
	color: #1f95d3;
	font-weight: bold;
	padding: 10px;
	background: #eef5f9;
	margin: 20px 0;
}

.search-detail-title .glyphicon{
	margin: 0 10px;
}
.exhibitors-information-btn{
	margin: 35px 0;
}
.subscribe-exhibitors,
.consult-exhibitors{
	padding: 8px 30px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #1f95d3;
	border-radius: 3px;
}
.subscribe-exhibitors{
	background: #1f95d3;
	color: #fff;
}
.subscribe-exhibitors:hover{
	text-decoration: none;
	background: #249cdb;
	color: #fff;
}
.consult-exhibitors{
	color: #1f95d3;
	margin-left: 20px;
	background: #fff;
}
.consult-exhibitors:hover{
	background: #1f95d3;
	color: #fff;
	text-decoration: none;
}

.search-exhibit-line{
	border: 1px solid #ccc;
}
.search-exhibit-name{
	margin: 5px 0;
	display: table;
	text-align: center;
}
.search-exhibit-name a{
	display: table-cell;
	width: 800px;
	vertical-align: middle;
	font-size: 14px;
	color: #1f95d3;
	font-weight: bold;
	line-height: 20px;
}

.search-exhibit-line .line-img{
	display: table;
	width: 100%;
	height: 220px;
	text-align: center;
}
.search-exhibit-line .line-img a{
	display: table-cell;
	width: 300px;
	height: 220px;
	vertical-align: middle;
}
.search-exhibit-line .line-img a img{
	display: inline-block;
	max-width: 95%;
	max-height: 220px;
}
/*手机*/
@media (max-width: 767px){
	.exhibitors-logo{
		width: 100%;
		margin-bottom: 20px;
	}
	.exhibitors-information{
		width: 100%;
		margin-left: 0;
	}
}

.exhibitors-news-row{
	padding: 20px 10px;
	border-bottom: 1px dashed #ccc;
}
.exhibitors-news-row:last-of-type{
	border-bottom: 0;
}
.exhibitors-news-time{
	font-size: 16px;
	color: #999;
}
.exhibitors-news-row .dian{
	float: left;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #1f95d3;
	margin-top: 9px;
	margin-right: 10px;
}
.exhibitors-news-txt{
	margin-right: 100px;
	overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
	font-size: 16px;
   	color: #000;
}
.exhibitors-news-txt a{
	color: #000;
}

.return-btn{
	font-size: 14px;
	color: #666;
}
.return-btn:hover{
	color: #1f95d3;
	text-decoration: none;
}
.exhibit-detail-name{
	margin-right: 80px;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	margin-top: 20px;
}
.exhibit-detail-top{
	margin-bottom: 10px;
}

.exhibit-detail-img{
	text-align: center;
}
.exhibit-detail-img img{
	margin-top:5%;
	max-width: 70%;
	/*width: 100%;*/
	max-height:500px;
}

.exhibit-detail-txt-title{
	margin-top: 40px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #1f95d3;
	line-height: 26px;
}
.exhibit-detail-txt-title .dian{
	margin-top: 10px;
	margin-right: 10px;
}
.exhibit-detail-txt{
	color: #666;
	line-height: 26px;
	padding: 0 15px;
	margin: 3px 0;
}

.search-detail-title .glyphicon{
	top: 3px;
}

/*新闻*/
.w4{
	max-width: 850px;
	margin: 0 auto;
}
.news-row{
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom:20px;
}
.news-row:last-of-type{
	margin-bottom: 0;
	border-bottom: 0;
}
.news-img{
	width: 250px;
}

.news-img img{
	width: 100%;
}
.news-txt-box{
	margin-right: 250px;
	padding-right: 5%;
}
.news-name{
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 40px;
}
.news-name a{
	color: #000;
	padding-bottom: 2px;
	border-bottom: 2px solid #000;
}
.news-name a:hover{
	border-bottom: 0;
	text-decoration: none;
}
.news-time{
	font-size: 16px;
	color: #999;
}
.news-txt{
	margin: 10px 0;
	font-size: 16px;
	color: #333;
}
.news-btn{
	display: block;
	width: 150px;
	text-align: center;
	padding: 6px 0;
	border: 1px solid #1f95d3;
	color: #1f95d3;
	font-size: 16px;
	margin-top: 20px;
}
.news-btn:hover{
	background: #1f95d3;
	color: #fff;
	text-decoration: none;
}

.paging-box{
	margin-bottom: 50px;
	text-align: center;
}

/*手机*/
@media (max-width: 767px){
	.news-row{
		padding-top: 0;
		padding-bottom: 40px;
	}
	.news-img{
		width: 100%;
		float: none;
	}
	.news-txt-box{
		padding-top: 20px;
		margin-right: 0;
		padding-right: 0;
	}
	.news-name a{
		font-size: 18px;
		border-bottom: 1px solid #000;
		line-height: 24px;
	}
	.content-white-bg{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.paging-box{
		margin-bottom: 30px;
	}
}

.news-detail-name{
	margin-bottom: 30px;
}

.news-detail-txt{
	font-size: 16px;
	color: #333;
	margin-bottom: 25px;
}

.news-detail-txt-box img{
	max-width: 100%;
}
.new-share{
	padding: 40px 0;
	text-align: right;
}
.jiathis_style{
	padding-top: 5px;
	float: right;
}
.new-share-txt{
	padding-right: 10px;
}
.jiathis_style .jiathis_counter.jiathis_bubble_style#jiathis_counter_71{
	width: 36px !important;
}

.new-details-pager{
	border-top: 1px solid #e1e1e1;
	margin-top: 20px;
	padding: 45px 0;
}
.new-details-pager>div{
	width: 48%;
	box-sizing: border-box;
}
.new-details-pager>div>a{
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #333;
	overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}
.new-details-pager>div>a:hover{
	color: #1f95d3;
}
.new-details-pager .previous{
	padding-left: 42px;
	background: url(../images/new-details-pager-l.png) left center no-repeat;
}
.new-details-pager .next{
	padding-right: 42px;
	text-align: right;
	background: url(../images/new-details-pager-r.png) right center no-repeat;
}

/*Summary页面*/
.Summary-title-box{
	margin: 50px 0;
}
.Summary-title{
	font-size: 40px;
	color: #000;
	line-height: 60px;
}
.Summary-sub-title{
	font-size: 16px;
	color: #000;
	margin: 10px 0;
	line-height:26px;
}

.Summary-line{
	position: relative;
}
.Summary-line-a{
	display: block;
	overflow: hidden;
}
.Summary-line-a:hover{
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.Summary-line-a:hover .Summary-line-title{
	color: #1f95d3;
}
.Summary-line-bg{
	width: 457px;
}
.Summary-line-txt-box{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	padding: 15% 12%;
	text-align: center;
}
.Summary-line-title{
	font-size: 22px;
	color: #000;
	margin-bottom: 20px;
}
.Summary-line-txt{
	font-size: 16px;
	color: #666;
	margin: 10px 0;
}

/*手机*/
@media (max-width: 767px){
	.Summary-title-box{
		margin: 30px 0;
	}
	.Summary-title{
		font-size: 22px;
		line-height: 30px;
	}
	.Summary-sub-title{
		font-size: 16px;
		margin: 0;
	}
	.Summary-line{
		width: 45%;
    	margin-right: 10%;
	}
	.Summary-line .line-3:nth-of-type(3n) {
	    margin-right: 10%;
	}
	.Summary-line-bg{
		width: 100%;
	}

}
@media (max-width: 500px){
	.Summary-line{
		width: 100%;
    	margin-right: 0;
	}

}

.search-detail-title-ico{
	padding-right: 10px;
	font-weight: normal;
	font-size: 18px;
}
.select-list-btn-ico{
	font-size: 18px;
	position: relative;
	top: 2px;
}

/*预约展商，咨询展商弹窗部分*/
.search-popup-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 200;
}
.search-popup{
	position: absolute;
	left: 50%;
	top: 30%;
	width: 665px;
	box-sizing: border-box;
	margin-left: -332px;

	padding:10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.8);
	background: #fff;
	border-radius: 4px;
}
.subscribe-popup > div{
	padding: 50px 0;
	text-align: center;
}
.subscribe-popup-txt{
	font-size: 14px;
	color: #333;
}
.landing-btn{
	width: 50%;
	min-width: 100px;
	height: 40px;
	border: 2px solid #1f95d3;
	font-size: 16px;
	font-weight: bold;
	color: #1f95d3;
	border-radius: 20px;
	margin-top: 30px;
	box-sizing: border-box;
}
.landing-btn:hover{
	background: #1f95d3;
	color: #fff;
}
.register-btn{
	width: 50%;
	min-width: 100px;
	height: 40px;
	box-sizing: border-box;
	border: 2px solid #1f95d3;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #1f95d3;
	border-radius: 20px;
	margin-top: 30px;
}
.register-btn:hover{
	color: #1f95d3;
	background: #fff;
}
.search-popup-close{
	position: absolute;
	right: -68px;
	top: -8px;
	width: 60px;
	height: 60px;
	background: #1f95d3;
	color: #fff;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	font-weight: normal;
	font-size: 24px;
}

.consult-popup{
	padding: 30px 5%;
	text-align: center;
}
.consult-popup-title{
	font-size: 22px;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
}
.consult-popup > hr {
	width: 50px;
	border-bottom: 2px solid #adadad;
}
.consult-input-box > input{
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
	margin: 10px 0;
	padding: 0 10px;
	background: #fff;
}
.consult-input-box > textarea{
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 120px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
	margin: 10px 0;
	background: #fff;
}
.search-popup-box,
.consult-popup,
.subscribe-popup{
	display: none;
}

.contactImage{
	float:left;
}

.contactImage img{
	max-width: 150px;
}
.contactDiv{
	margin-left: 180px;
}
.contact_card{
	margin-bottom: 40px;
}
.contactDiv ul{
	overflow: hidden;
	margin: 10px 0;
}
.contactDiv ul li{
	float: left;
}

.InsidePage-bd,
.partners-box{
	overflow: hidden;
}

.partners-box {
	display: flex;
	flex-wrap: wrap;
}
.partners img{
	max-width: 100%;
	max-height: none;
	display: block;
	margin: 10px auto;
}
.partners{
	display: block;
	width: 100%;
}
.partners a{
	display: block;
	width: auto;
	height: auto;
}



/*手机*/
@media (max-width: 767px) {
	.search-popup{
		width: 80%;
		top: 8%;
		margin-left: -40%;
	}
	.landing-btn,
	.register-btn{
		width: 80%;
		margin-top: 20px;
	}
	.search-popup-close{
		width: 30px;
		height: 30px;
		right: -38px;
		line-height: 30px;
		font-size: 18px;
	}
	.consult-popup{
		padding: 15px 5%;
	}
	.consult-popup-title{
		margin-bottom: 10px;
	}
	.consult-popup > hr{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.consult-input-box > input{
		margin: 5px 0;
		height: 30px;
	}
	.consult-input-box > textarea{
		margin: 0;
		margin-top: 5px;
	}
	.subscribe-popup > div{
		padding: 25px 0;
	}
}





/*服务*/
.serve-hd-r{
	width: 400px;
	padding-top: 80px;
}
.dot-bg{
	background: url(../images/dot-bg.png) repeat-x;
	margin: 30px 0;
	height: 10px;
}
.serve-box{
	max-width: 720px;
	margin: 0 auto;
}
.serve-hd >div.fl{
	width: auto;
	margin-right: 420px;
	float: none;
}
.serve-hd >div.fl img{
	max-width: 100%;
}

.serve-hd-title{
	font-size: 36px;
	font-weight: normal;
	color: #333;
}
.txt-blue{
	color: #3393dd;
}
.serve-hd-txt{
	color: #333;
	line-height: 26px;
}
.serve-bd-title{
	text-align: center;
	margin: 30px 0;
}
.serve-bd-ul li{
	margin: 30px 110px;
}
.serve-bd-ico{
	width: 102px;
	height: 102px;
	background-position: center center;
	background-repeat: no-repeat;
}
.serve-ico1{
	background-image: url(../images/serve-ico1.png);
}
.serve-ico2{
	background-image: url(../images/serve-ico2.png);
}
.serve-ico3{
	background-image: url(../images/serve-ico3.png);
}
.serve-ico4{
	background-image: url(../images/serve-ico4.png);
}

.serve-bd-l{
	text-align: right;
	width: 350px;
	padding-right: 30px;
	height: 102px;
	display: table-cell;
	vertical-align: middle;
}
.serve-bd-l-title{
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}
.txt-red{
	color: #1f95d3;
}
.txt-orange{
	color: #ffa800;
}
.txt-green{
	color: #81c16d;
}
.serve-bd-txt{
	font-size: 14px;
	color: #333;
	line-height: 28px;
}


.serve-flow{
	padding-top: 30px;
}
.serve-flow-box{
	position: relative;
	margin: 30px 0;
}
.serve-flow-hr{
	font-size: 1px;
	border:0;
	border-bottom: 1px solid #999;
	position: absolute;
	top: 42px;
	width: 100%;
}
.serve-flow-ul{
	position: relative;
	padding: 0 20px;
}
.serve-flow-ul li{
	width: 18%;
	height: 100px;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 28px;
	margin: 10px 1% ;
	box-sizing: border-box;
	padding-top: 23px;
	background: url(../images/serve-flow-bg2.png) center center no-repeat;
	background-size: contain;
}
.serve-flow-ul li:nth-last-of-type(2n){
	background: url(../images/serve-flow-bg1.png) center center no-repeat;
	background-size: contain;
}
.serve-btn-box{
	background: #f8f8f8;
	padding: 45px;
	margin: 60px 0;
	text-align: center;
}
.serve-btn{
	min-width: 260px;
	height: 50px;
	line-height: 38px;
	border-radius: 25px;
	background: #1f95d3;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.serve-btn:hover{
	background: #1f95d3;
}
.serve-bd-title-box{
	padding: 50px 0 30px;
}
.serve-bd-title{
	font-size: 36px;
	color: #333;
	width: 210px;
	margin: 0 auto;
	background: #fff;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	margin-top: -56px;
}
.serve-flow-title{
	padding-left: 70px;
	height: 68px;
	line-height: 68px;
	font-size: 30px;
	font-weight: normal;
	background: url(../images/serve-flow-title-bg.jpg) left center no-repeat;
}
.new-details-box img{
	max-width: 100%;
	height: auto !important;
}
@media (max-width: 767px){
	.serve-hd-title{
		font-size: 30px;
	}
	.serve-hd .serve-hd-r{
		width: 75%;
		padding-top: 0;
	}
	.serve-hd > div.fl{
		margin-right: 80%;
	}
	.serve-bd-ul li{
		margin: 20px 0;
	}
	.serve-bd-ico,
	.serve-bd-l{
		width: 100%;
		text-align: center;
		float: none;
		display: block;
		padding-right: 0;
	}
	.serve-bd-l{
		height: auto;
	}
	.serve-btn-box{
		padding: 45px 0;
	}
	.serve-btn{
		width: 90%;
		min-width: inherit;
	}
	.serve-flow-ul li{
		width: 50%;
		height: 80px;
		margin: 10px 0 ;
		font-size: 14px;
		line-height: 16px;
	}
	.serve-flow-ul li:nth-child(n+3){
		width: 30%;
		margin: 10px 1.666% ;
	}
	.serve-flow-hr{
		top: 30px;
		height: 100px;
		border-top: 1px solid #999;
	}
}
@media (max-width: 500px){
	.serve-hd-title{
		font-size: 24px;
	}
	.serve-bd-title{
		width: 155px;
		font-size: 26px;
	}

}


@media (max-width: 767px){
	.content-top-txt-box2 {
		position: relative;
		left: auto;
		top: auto;
	}
	.content-top-txt-box{
		position: relative;
		left: auto;
		top: auto;
		max-width: none;
		padding-bottom: 10px;
	}
	.content-top-txt-box .fs34{
		line-height: 24px;
	}
	.content-top-txt-box .hr50{
		margin: 10px 0;
	}
	.scope-row{
		margin-top: 0;
	}
	.new-content-bd-txt{
		width: 100%;
	}
	.InsidePage-bd,
	.partners-box{
		overflow: hidden;
	}

	.partners img{
		max-width: 100%;
		max-height: none;
		display: block;
		margin: 10px auto;
	}
	.partners{
		display: block;
		width: 100%;
	}
	.partners a{
		display: block;
		width: auto;
		height: auto;
	}
	.last-single-section .vertical-box{
		width: 100%;
	}
	.last-single-section{
		margin: 0;
	}


}



/*展商服务结束*/


/*内容页导航*/
.content-nav-dot{
	display: none;
}
.content-nav-box{
	border: 0;
	margin-top: 44px;
	margin-bottom: 50px;
}
.content-nav li a{
	font-size: 16px;
	margin: 0;
	height: 50px;
	line-height: 50px;
	padding: 0;
	border-bottom: 0;
}
.content-nav li:hover a,
.content-nav li.current a{
	border-bottom: 0;
	margin-bottom: -1px;
	color: #fff;
}
.content-nav li{
	background: #fff;
	border-bottom: 3px solid #1f95d3;
}
.content-nav li:hover,
.content-nav li.current{
	background: #1f95d3;
}

/*下载中心*/


/*字体图标*/
@font-face {font-family: "iconfont2";
  src: url('../iconfont/iconfont/iconfont.eot'); /* IE9*/
  src: url('../iconfont/iconfont/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../iconfont/iconfont/iconfont.woff?t=1463975367') format('woff'), /* chrome, firefox */
  url('../iconfont/iconfont/iconfont.ttf?t=1463975367') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../iconfont/iconfont/iconfont.svg?t=1463975367#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont2 {
  font-family:"iconfont2" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.review-list-group .list-group-item{
	border: 0;
	border-bottom: 1px solid #c7c7c7;
	background: none;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-left: 0;
	padding-right: 0;
	height: 70px;
}
.review-list-group .list-group-item:last-of-type{
	border-radius: 0;
}
.list-group-item-txt{
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}
.review-list-group .badge{
	height: 30px;
	width: 55px;
	background: none;
	border: 1px solid #a1a1a1;
	font-size: 20px;
	line-height: 22px;
	border-radius: 15px;
	margin-top: 13px;
	font-weight: normal;
}

.review-list-group .examine-ico{
	font-size: 27px;
	color: #a1a1a1;
}
.review-list-group .examine-ico:hover{
	background: #a1a1a1;
	color: #fff;
}
.review-list-group .download-ico{
	border-color: #1f95d3;
	color: #1f95d3;
}
.review-list-group .download-ico:hover{
	background: #1f95d3;
	color: #fff;
}
.list-group-top{
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 10px;
	color: #a1a1a1;
}
.list-group-top span{
	width: 55px;
	text-align: center;
}

/*ipad*/
@media (max-width: 979px){
	.InsidePage-bd{
		min-height: auto;
	}
}




/**/
.InsidePage-txt-tirle{
	font-size: 20px;
	margin-bottom: 20px;
	color: #333;
	font-weight: bold;
}


/*合作伙伴*/

.partners-box {
	display: flex;
	flex-wrap: wrap;
}
.partners{
	float: none;
	width: 22%;
	margin-right: 4%;
	display: table;
	border:1px solid #ccc;
	text-align: center;
	margin-bottom: 30px;
	height: 132px;
    overflow: hidden;
}
.partners:nth-of-type(4n){
	margin-right: 0;
}
.partners a{
	display: table-cell;
	width: 200px;
	height: 120px;
	vertical-align: middle;
}
.partners img{
	max-width: 180px;
	max-height: 110px;
}

.scope-txt-box{
	padding-top: 0;
}

/*ipad*/
@media (max-width: 979px){
	.partners{
		width: 30%;
		margin-right: 5%;
	}
	.partners:nth-of-type(4n){
		margin-right: 5%;
	}
	.partners:nth-of-type(3n){
		margin-right: 0;
	}
}

/*手机*/
@media (max-width: 767px) {
	.partners{
		width: 46%;
		margin-right: 8%;
	}
	.partners:nth-of-type(4n){
		margin-right: 8%;
	}
	.partners:nth-of-type(3n){
		margin-right: 8%;
	}
	.partners:nth-of-type(2n){
		margin-right: 0;
	}
}
/*小屏手机*/
@media (max-width: 450px) {
	.partners{
		width: 100%;
		margin-right: 0 !important;
	}

}

/*修改头部*/
.header-top-txt{
	color: #000;
	line-height: 32px;
	padding-right: 34px;
	border-right: 1px solid #eaeaea;
	margin-right: 24px;
	font-size: 16px;
	padding-bottom: 5px;
	text-align: right;
}
.header-top-txt .txt-blue{
	font-size: 28px;
}
/*ipad*/
@media (max-width: 979px){
	.header-top-txt{
		display: none;
	}
}
/*修改底部*/
.footer-img{
	padding-top: 20px;
	margin-right: 20px;
	float: left;
}
.footer-img:last-of-type{
	margin-right: 0;
}


/*邮件订阅*/
.subscibe-box{
	max-width: 390px;
	margin: 0 auto;
}
.subscibe-title{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 5px 0;
}
.subscibe-txt{
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 10px 0 15px;
}
.subscibe-form{
	margin: 10px 0;
}
.subscibe-email{
	border: 1px solid #cbced1;
	border-right: 0;
	padding: 10px;
	width: 80%;
	height: 42px;
	box-sizing: border-box;
}
.subscibe-btn{
	width: 19%;
	height: 42px;
	border: 0;
	background-color: #1f95d3;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-left: 1%;
}
.subscibe-btn:hover{
	background-color: #239fe0;
}


/*首页合作伙伴*/
.index-partners{
	width: 32%;
	margin-right: 2%;
	display: table;
	text-align: center;
	height: 105px;
	border: 1px solid #ccc;
	margin-bottom: 30px;
}
.index-partners:nth-of-type(3n){
	margin-right: 0;
}
.index-partners a{
	display: table-cell;
	width: 300px;
	height: 105px;
	vertical-align: middle;
}
.index-partners a img{
	max-width: 100%;
	max-height: 105px;
}
.index-news-cut:nth-of-type(3n){
	margin-right: 0;
}
/*手机*/
@media (max-width: 767px) {
	.index-partners{
		width: 49%;

	}
	.index-partners:nth-of-type(3n){
		margin-right: 2%;
	}
	.index-partners:nth-of-type(2n){
		margin-right: 0;
	}
	.index-partners:nth-of-type(n+5){
		display: none;
	}
}

/*联系人*/
.linkman-box{
	box-sizing: border-box;
	padding: 20px 5%;
	background: #fff;
	margin-bottom: 30px;
}
.linkman-wire{
	height: 40px;
	width: 1px;
	background: #e9e9ea;
	margin: 40px 5% 40px 0;
}

.linkman-img{
	width: 120px;
	height: 120px;
	border: 1px solid #e9e9ea;
	display: table;
	text-align: center;
	margin-right: 20px;
}
.linkman-img a{
	display: table-cell;
	width: 120px;
	height: 120px;
	vertical-align: middle;
}
.linkman-img a img{
	max-width: 110px;
	max-height: 110px;
	margin-bottom: -6px;
}
.linkman-div{
	width: 25%;
}
.linkman-div:first-of-type{
	width: 35%;
}
.linkman-p{
	font-size: 16px;
	color: #666;
	margin-top: 50px;

}
.linkman-p-span{
	font-size: 18px;
	color: #333;
	margin-right: 10px;
}
/*ipad*/
@media (max-width: 979px){
	.linkman-wire{
		height: 40px;
		width: 1px;
		background: #e9e9ea;
		margin: 40px 2% 40px 0;
	}
	.linkman-div{
		width: 28%;
	}
	.linkman-div:first-of-type{
		width: 39%;
	}
	.linkman-box{
		padding: 20px 1%;
	}
}

/*手机*/
@media (max-width: 767px) {
	.linkman-wire{
		display: none;
	}
	.linkman-div{
		width: 100% !important;
		float: none;
	}
	.linkman-p{
		margin-top: 0;
	}
	.linkman-div:first-of-type .linkman-p{
		padding-top: 20px;
	}
	.linkman-box{
		padding: 20px 5%;
	}
}
@media (max-width: 450px) {
	.linkman-img{
		float: none;
		margin: 0 auto;
	}
	.linkman-p{
		text-align: center;
	}
}

/*添加网上展厅的侧边栏标题*/
.product-recommend{
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
	border-top: 2px solid #1f95d3;
	padding: 20px 40px 10px;
	margin: 0 2px;
	margin-bottom: 20px;

}
.product-recommend-txt{
	color: #1f95d3;
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
}



/* 16.10.11 ie兼容问题 */
.select-list-img a img{
	width: 100%\9;      /*all ie*/
}


/* 视频页面 */
.video-li{
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 10px;
}
.video-li:nth-of-type(3n){
	margin-right: 0;
}
.fancybox-video{
	display: block;
}
.fancybox-video>img{
	max-width: 100%;
}
.fancybox-video-title{
	display: block;
	text-align: center;
	color: #333;
	line-height: 24px;
	height: 48px;
}
.fancybox-video:hover>img{
	box-shadow: 0 0 5px rgba(0,0,0,0.2)
}

/*20170313*/
.index-main-left{
   width:58%;
}
.index-industry{
   	width:100%;
	height:112px;
	background-color:#1f95d3;
	margin-bottom:23px;
}
.industry-left{
    width:20%;
	height:100%;
	line-height:112px;
	border-right:1px solid #3da2d7;
	text-align:center;
}
.industry-big-title{
   display:inline-block;
   font-size:16px;
   font-weight:bold;
   color:#FFF;
}
.industry-icon{
	display:inline-block;
	width:18px;
	height:17px;
	vertical-align:middle;
	background: url(../images/industry-icon.png) center center no-repeat;
	margin-right:5px;
}

.industry-center{
     width:65%;
	 padding:20px 5%;
	 box-sizing:border-box;
}
.industry-center a{
	display:block;
	height:30px;
	line-height:30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	font-size:16px;
	color:#FFF;
	margin-bottom:6px;
}
.industry-center a:hover{
	text-decoration:underline;
}
.industry-right{
	width:15%;
	height:100%;
    background-color:#1489c7;
}
.industry-right a{
	display:block;
	text-align:center;
    font-size:16px;
	color:#FFF;
	line-height:112px;
}
.industry-right a:hover{
	background-color:#34A9DE
}
.industry-right:hover a{
	text-decoration:none;
}
.index-news-box{

	min-height:544px;
}
.index-main-left .index-news-box{
	width:100%;
}
@media (max-width: 979px){
	.index-main-left{
	  width:100%;
	}
	.index-news-box {
		width: 100%;
		min-height: inherit;
	}
}
@media (max-width:768px){
	.industry-left{
	  float:none;
	  width:100%;
	  height:30px;
	  line-height:30px;
	  border-right:none;
	}
	.industry-right{
	  float:none;
	  width:100%;
	  height:30px;
	  overflow:hidden;
	}
	.industry-right a{
	  height:30px;
	  line-height:30px;
	}
	.industry-center{
	  float:none;
	  width:100%;
	  height:60px;
	  line-height:30px;
	  padding:0 5%;
	  overflow:hidden;
	}
	.industry-center a{
	  height:24px;
	  line-height:24px;
	}

}
.content-nav{
    /* min-width: 100%; */
    width: calc(100% - 365px);
    overflow: hidden;
    float: left;
}
.content-nav li{
	float:left;
	margin-right:4px;
    height: 53px;
    margin-bottom: 10px;
}
.content-nav-btn-row{
	float: right;

}
.content-nav-btn{
	height: 53px;
	line-height: 53px;
	text-align: center;
	float: left;
	border-radius: 30px;
	width: 160px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	background-position: left center;
	background-repeat: no-repeat;

}
.content-nav-btn1{
	background-image: url(../images/content-nav-btn1.jpg);
}
.content-nav-btn2{
	background-image: url(../images/content-nav-btn2.jpg);
	margin-left: 20px;
}
.content-nav-btn:hover{
	opacity: 0.9;
	color: #fff;
	text-decoration: none;
}
@media (max-width:1400px){
	.content-nav-btn{
		width: 130px;
	}
	.content-nav-btn2{
		margin-left: 5px;
	}
}
@media (max-width:1100px){
	.content-nav-btn{
		width: 100px;
		font-size: 16px;
	}
}
@media (max-width:1010px){
	.content-nav-btn-row{
		display: none;
	}
}



/*20170407*/
.content-white-bg .w2{
	position:relative;
}
.baoming-btn{
	position:absolute;
	right:0;
	top:0;
	display:block;
	width:160px;
	height:44px;
	line-height:44px;
    border-radius: 22px;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background-color:#1f95d3;
}
.baoming-icon{
	display:inline-block;
	width:17px;
	height:18px;
	background:url(../images/baoming.png) no-repeat;
	vertical-align:text-bottom;
	margin-right:5px;
}
.baoming-btn:hover{
	background-color:#229cdc;
	color:#FFF;
	text-decoration:none;
}
.activity-motai{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
    background:rgba(0,0,0,.6);
	z-index:1000;
}
.activity-motai-box{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-282px;
	margin-top:-182px;
	width:564px;
	height:365px;
	background-color:#FFF;
}
.motai-box-close{
	position:absolute;
	right:12px;
	top:12px;
	display:block;
	width:26px;
	height:26px;
	line-height:26px;
	border-radius:50%;
	border:1px solid #333;
	font-size:18px;
	color:#333;
	text-align:center;
	text-decoration:none;
}
.motai-box-close:hover{
	text-decoration:none;
}
.motai-box-top{
	padding:40px 90px;
}
.motai-form-row{
	margin:15px 0;
	height: 45px;
	line-height: 45px;
}
.motai-form-row label{
	margin-right: 33px;
}
.select-radio{
	margin-top:0 !important;
	margin-right: 5px !important;
	vertical-align:middle;
}
.motai-form-input{
	height: 43px;
	line-height: 43px;
	outline: none;
	border:1px solid #e5e5e5;
	width: 100%;
	padding:0 10px;
}
.motai-tijiao{
	display: block;
	height: 58px;
	line-height: 58px;
	background-color: #1f95d3;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.motai-tijiao:hover{
    background-color: #239fe0;
}


@media (max-width:640px){
	.baoming-btn{
		position:static;
		margin-top:20px;
		margin-left:auto;
		margin-right:auto;
	}
	.activity-motai-box{
		width:96%;
		margin-left:auto;
		margin-right:auto;
		left:0;
		right:0;
	}
	.motai-box-top{
		padding:40px;
	}
}


/*20170522*/
.new-conferences{
    margin: 15px;
	font-size: 16px;
}
.red-down{
	margin: -2px 8px 0px;
}
.more-activity{
	text-decoration:underline;
	color:#3393dd !important;
}
.more-activity:hover{
	text-decoration:underline !important;
	color:#3393dd;
}



/*相册*/
.tab-container{
    padding:50px 0;
}
.photo-news-conent p{ line-height:25px; font-size:15px;}
.photo-download ul.tab{ width:100%; border-bottom:1px solid #eeefef; height:35px;}
.photo-download ul.tab li{ float:left; line-height:35px; padding:0 31px; font-weight:bold; cursor:pointer; height:35px; position:relative; z-index:99;}
.photo-download ul.tab li:hover{ border-bottom:1px solid #1f95d3; height:35px; color:#1f95d3;}
.photo-download ul.tab li.on{ border-bottom:1px solid #1f95d3; height:35px; color:#1f95d3;}
.photo-download-con{ overflow:hidden; min-height:400px;}
.photo-download-con > li{ display:none; width:100%; overflow:hidden; line-height:95px; font-size:16px; font-weight:bold; }
.photo-download-con > li.current{ display:block;}
/*.photo-download-con > li span{ height:41px; width:44px; display:block; float:left; margin:0 16px 0 3px; transition:600ms;}*/

.photo-download-con > li .paginate{
    line-height: initial;
}
.photo-download-con > li .paginate li a,.photo-download-con > li .paginate li span{
    border-radius:5px;
    margin:0 4px;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 10px;
}
.photo-download-con > li .paginate li.active{
    background: none;
    color: #000;
}
.photo-download-con > li .paginate li.active span{
    background: #488fcd;
    color: #fff;
    border-color: #488fcd;
}
.photo-download-con > li .paginate li.active a{
    background: #488fcd;
    color: #fff;
    border-color: #488fcd;
}
@media screen and (max-width: 767px){
.photo-download .smart-item .gallery-list li{
     margin:10px 0;
}
}





.top-nav{
	transition: 400ms;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index: 99;
	box-shadow: 0 0 2px #999;
}
.top-nav-a{
	/*height:150px;*/
	transition: 400ms;
	transform:translateY(-118px);
    -webkit-transform:translateY(-118px);
    -moz-transform:translateY(-118px);
}


.nav-bot-height{
	height:160px;
	width:100%;
}


.recommended-wrap{
	width:100%;
	/*background:#fff;*/
	padding:3% 3% 1% 3%;
	margin-bottom:40px;
	background: url(../images/index-message-bg.jpg) center center no-repeat;
}

.recommended-wrap .index-news-top{
	margin-bottom:20px;
	border-top: 2px solid #fff;
}

.recommended-wrap .index-news-top .index-news-title{
	color:#fff;
}

.recommended-wrap .swiper-container{
	padding-bottom:40px;
}
.recommended-wrap .swiper-pagination-bullet-active{
	background:#fff;
}
.recommended-wrap .swiper-slide{
	width:20%;
	border:1px solid #fff;
	background:#fff;
	padding:0.4%;
	line-height:86px;
	text-align:center;
}

.recommended-wrap .swiper-slide a{
	display:block;
}
.recommended-wrap .swiper-slide img{
	max-width:100%;
	vertical-align: middle;
}





.errar-con{
	text-align:center;
	padding:10% 0;
}
.errar-con img{
	width:36%;
}
.errar-con-tit{
	padding:30px 0 50px;
	font-size:22px;
}
.errar-con-a{
	padding:8px 35px;
	background:#3393dd;
	color:#fff;
}
.errar-con-a:hover{
	color:#fff;
}



.map-nav-wrap{
	width:100%;
	padding:65px 0;
}

.map-nav-li{
	width:100%;
	margin:30px 0;
}
.map-nav-li:after{
	display:block;
	clear:both;
	content: ' ';
}
.map-nav-li-title{
	float:left;
	font-size:18px;
	font-weight:bold;
	padding-top:5px;
}
.map-nav-li-right{
	float:left;
	margin-left:25px;
}
.map-nav-li-right-top{
	display:none;
}
.map-nav-li-right-li li{
	float:left;
}
.map-nav-li-right-li li a{
	margin-right:25px;
	display:block;
	border-radius:4px;
	border:1px solid #ddd;
	padding:4px 15px;
}
.map-nav-li-right-li li:last-of-type{
	margin-right:0;
}


.cookie-message-box {
    color: #dfdfdf;
    position: fixed;
    background: rgba(0,0,0,0.8);
    bottom: 0;
    left: 0;
    z-index: 8080;
    overflow: hidden;
    width: 100%;
    display:none;
}
.cookie-message-box a{
color:#fff;
}

.cookie-message-box .row {
    margin: 0;
    padding: 15px 0;
}



.code-box{
    position:fixed;
	right: 20px;
    top:calc(37% - 100px);
    text-align: center;
    background: #fff;
    padding: 18px 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 5px;
    z-index: 20;
}
.code-box-img{
    width:150px;
    margin: 8px auto;
}
.code-box-img img{
    width:100%;
}
.code-close {
	width: 25px;
	height: 25px;
	position: absolute;
	top: -13px;
	right: -13px;
	background: url('../images/cuo.png') no-repeat center center;
	background-size: 100%;
	cursor: pointer;
}
.code-close:hover {
	opacity: 0.8;
}





.foot-logo-left{
    float:left;
}

.foot-logo-left img{
    height:30px;
}

.foot-logo-right{
    float:right;
}
.foot-logo-right img{
    height:30px;
}


.activity-motai-tongzhi{
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    background:rgba(0,0,0,.6);
    z-index: 10000;
}
.activity-motai-box-tongzhi{
    max-width: 920px;
    padding:40px 30px;
    position: relative;
    top: 50%;
    left: 0;
    right: 0;
    margin:0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*overflow-y: scroll;*/
    background:#FFF url(/images/popup-bg.jpg) left top no-repeat;
}
.activity-motai-box-tongzhi h3{
    font-size: 18px;
    line-height:24px;
    font-weight:700;
    color: #000;
    text-align: center;
    margin-bottom: 30px;

}
.activity-motai-box-tongzhi .jiyu{
    font-size: 14px;
    font-weight:normal;
    color: #000;
}
.activity-motai-box-tongzhi .tanchuang-img{
    text-align:center;
    margin:10px 0;
}
.activity-motai-box-tongzhi .jiyu span{
    font-weight:700;
    color: #d31c28;
}
.activity-motai-box-tongzhi p{
    color: #000;
    line-height: 20px;
    padding:5px 0;
    font-size:12px;
    margin-bottom:5px;
}
.activity-motai-box-tongzhi2 p {
	font-size: 14px;
	line-height: 1.8;
}
.activity-motai-box-tongzhi .img-title{
    text-align:center;
    font-size:12px;
}
.motai-box-close-tongzhi{
    position:absolute;
    right:10px;
    top:10px;
    display:block;
    width:26px;
    height:26px;
    line-height:26px;
    font-size:40px;
    color:#000;
    text-align:center;
    font-weight:normal;
    text-decoration:none;
}
.motai-box-close-tongzhi:hover{
    text-decoration:none;
}
.tanchuang-btn{
    display:block;
    margin:0 auto;
    width: 275px;
    height: 40px;
    border: 2px solid #d31c28;
    color: #d31c28;
    line-height: 36px;
    font-size: 14px;
    border-radius: 25px;
    padding: 0;
    box-sizing:border-box;
    margin-top:10px;
}
.tanchuang-btn:hover{
    color:#FFF;
    background:#d31c28;
    text-decoration:none;
}





.Demoonstration-row{
    margin-top:60px;
}
.DemoonstrationSearch-row-wrap{
    background:#1f95d3;
    padding:38px;
}

.DemoonstrationSearch-row:after{
    display:block;
    content:'';
    clear:both;
}
.DemoonstrationSearch-row select{
    width:25%;
    float:left;
    background:#fff;
    border:none;
    padding:15.5px 15px;
}
.DemoonstrationSearch-row input{
    width:calc(60% - 1px);
    float:left;
    background:#fff;
    border:none;
    padding:13px 15px;
    border-left:1px solid #dfdfdf;
}
.exhi-search{
    color:#fff;
    width:15%;
    float:right;
    background:#00111b;
    border:none;
    padding:13px 15px;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.exhi-search:hover{
    opacity: 0.7;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}

.hot-search{
    width:100%;
    text-align:center;
    padding:20px 0;
    color:#92d6f9;
}
.hot-search a{
    color:#fff;
    padding:0 10px;
}

.alphabet{

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}
.alphabet a{
    color:#fff;
    cursor:pointer;
}

.recommend-product{
    margin:40px 0;
}
.recommend-product-tit{
    font-size:30px;
    color:#1f95d3;
    line-height:35px;
    margin-bottom:30px;
    text-align:center;
    font-weight:bold;
}
.recommend-product-con{

}
.recommend-product-con:after{
    display:block;
    content:'';
    clear:both;
}
.recommend-product-li{
    width:22%;
    float:left;
    margin-bottom:30px;
    margin-right:4%;
}
.recommend-product-li:nth-of-type(4n){
    margin-right:0;
}
.recommend-product-li a{
    display:block;
}
.recommend-product-img{
    width:100%;
    text-align:center;
    overflow:hidden;
    border:1px solid #e5e5e5;
	position: relative;
}
.recommend-product-img:before {
	content: "";
    display: block;
    width: 100%;
    padding-top: 66.67%;
}
.recommend-product-img img{
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.recommend-product-info{
    margin-top:10px;
    text-align:center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.recommend-product-more{
    text-align:center;
    padding:35px 0;
}
.recommend-product-more a{
    padding:16px 45px;
    border-radius:45px;
    background:#1f95d3;
    color:#fff;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.recommend-product-more a:hover{

    opacity: 0.7;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}

.recommend-exhibotor-wrap{
    background:#f9fdff;
    padding:50px 0;
}
.Recommend-exhibitors{

}
.Recommend-exhibitors:after{
    display:block;
    content:'';
    clear:both;
}
.Recommend-exhibitors-li{
    float:left;

}

.Recommend-exhibitors-li{
    width:22%;
    float:left;
    margin-bottom:40px;
    margin-right:4%;
    background:#fff;
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.Recommend-exhibitors-li:nth-of-type(4n){
    margin-right:0;
}

.Recommend-exhibitors-li:hover{

    box-shadow: 0 10px 25px rgba(0,0,0,.1);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}

.Recommend-exhibitors-img{
    width:100%;
    height:110px;
    line-height:88px;
    overflow:hidden;
    text-align:center;
    margin-bottom:22px;
    padding-bottom:22px;
    border-bottom:1px solid #e5e5e5;
}
.Recommend-exhibitors-img img{
    max-width:100%;
    max-height:100%;
}

.Recommend-exhibitors-li-c{
    padding:22px;
}

.Recommend-exhibitors-company{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color:#333;
    font-size:17px;
}
.Recommend-exhibitors-countries{
    margin:12px 0;
}
.Recommend-exhibitors-more{
    padding:12px 22px;
    border-top:2px solid #f0f0f0;
}
.Recommend-exhibitors-more:after{
    display:block;
    content:'';
    clear:both;
}
.Recommend-exhibitors-more img{
    float:right;
    width:28px;
}
.Exhibitors-registration{
    position: relative;
    width: 1920px;
    margin-left: -960px;
    left: 50%;
    height: 206px;
    overflow: hidden;
}
.Exhibitors-registration:after{
    display:block;
    content:'';
    clear:both;
}
.Exhibitors-registration img{
    /* position:absolute;
    right:0;
    top:0; */
}

.Exhibitors-registration .w1100{
    position: relative;
	text-align: center;
}
.Exhibitors-registration a{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;

    background: #fff;
    border-radius: 40px;
    padding: 14px 50px;
    color: #1f95d3;
    /* float: right; */
    font-size:17px;
    /* margin-top: 78px; */
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.Exhibitors-registration a:hover{
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    opacity: 0.7;

}
.Exhibitors-registration a img{
    position:relative;
    width: 24px;
    vertical-align: bottom;
    margin-right:10px;
}

.exhibitors-live{
    margin-top:40px;
}
.exhibitors-live-box:after{
    display:block;
    content:'';
    clear:both;
}
.exhibitors-live .gallery-top{
    width:49%;
    float:left;

}
.exhibitors-live .gallery-thumbs{
    width:50%;
    float:right;
    height:375px;
    overflow:hidden;
}
.exhibitors-live-li{
    background:#f1f1f1;
    padding:25px;
    width:100%;
    cursor:pointer;
    position:relative;
    margin-left:2%;
}
.exhibitors-live-li:after{
    display:block;
    content:'';
    clear:both;
}
.exhibitors-live-li:before{
    display:block;
    content:'';
    border-right:10px solid #f1f1f1;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    position:absolute;
    left:-10px;
    top:calc(50% - 5px);
}
.exhibitors-live-time{
    float:left;
    color:#1f95d3;
}
.exhibitors-live-time-m{
    border-bottom:1px solid #1f95d3;
    font-size:20px;
    padding-bottom:5px;
    margin-bottom:5px;
}
.exhibitors-live-time-s{
    text-align:center;
}
.exhibitors-live-info{
    float:right;
    width:calc(100% - 85px);
}
.exhibitors-live-info-tit{
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size:18px;
    color:#333;
    margin-bottom:5px;
    margin-top:3px;
}
.exhibitors-live-info-company{
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.exhibitors-live .gallery-thumbs .swiper-slide-thumb-active .exhibitors-live-li{
    background:#1f95d3;
}
.exhibitors-live .gallery-thumbs .swiper-slide-thumb-active .exhibitors-live-time{
    color:#fff;
}
.exhibitors-live .gallery-thumbs .swiper-slide-thumb-active .exhibitors-live-time-m{
    border-color:#fff;
}
.exhibitors-live .gallery-thumbs .swiper-slide-thumb-active .exhibitors-live-info{
    color:#fff;
}
.exhibitors-live .gallery-thumbs .swiper-slide-thumb-active .exhibitors-live-info-tit{
    color:#fff;
}
.exhibitors-live .gallery-thumbs .swiper-slide-thumb-active .exhibitors-live-li:before{
    border-right:10px solid #1f95d3;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
}


.exhibitors-live-top-li{
    position:relative;
    width:100%;
    height:357px;
    overflow:hidden;
}
.exhibitors-live-top-li:after{
    display:block;
    content:'';
    clear:both;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    z-index: 1;
}
.exhibitors-live-top-li img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.exhibitors-live-top-box{
    position:absolute;
    left:50%;
    top:50%;
    width:100%;
    /*height:100%;*/
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    text-align:center;
    color:#fff;
}
.exhibitors-live-top-a{
    color:#fff;
    padding:12px 45px;
    border-radius:45px;
    background:#1f95d3;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.exhibitors-live-top-a:hover{
    color:#fff;
    text-decoration: blink;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    opacity: 0.7;
}
.exhibitors-live-top-tit{
    padding:0 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size:20px;
    font-weight:bold;
}
.exhibitors-live-top-time{
    margin:20px 0 10px;
    background:rgba(255,255,255,0.3);
    padding:8px 20px;
    border-radius:30px;
    display: inline-block;
}
.exhibitors-live-top-time-box{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.exhibitors-live-top-time .countdown{

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.exhibitors-live-top-time .countdown li span{
    color:#1f95d3;
}
.exhibitors-live-top-time .countdown li{

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.exhibitors-live-top-company{
    margin-bottom:35px;
}




.exhibitors-video{
    padding-top:40px;
    margin-top:40px;
    border-top:1px dashed #c9c9c9;
    position:relative;
}
.exhibitors-video:before{
    display:block;
    content:'';
    position:absolute;
    top:-3px;
    left:0;
    width:100%;
    height:1px;
    border-top:1px dashed #c9c9c9;


}
.exhibitors-video .swiper-container{

    padding:30px;
}
.exhibitors-video-con{
    overflow:inherit;
    width:calc(100% + 60px);
    margin-left:-30px;
}
.exhibitors-video-box{
    cursor:pointer;
    box-shadow:0 0 15px rgba(0,0,0,.2);
}
.exhibitors-video-box:hover .exhibitors-video-img:after{

    background:rgba(0,0,0,0.1);
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.exhibitors-video .swiper-button-prev,.exhibitors-video .swiper-button-next{
    top:59%;
    width:46px;
    height:46px;
    border-radius:50%;
    background:#eee;
    color:#1f95d3;
    text-align:center;
}
.exhibitors-video .swiper-button-prev{
    left:-74px;
}
.exhibitors-video .swiper-button-next{
    right:-74px;
}
.exhibitors-video .swiper-button-next:after, .exhibitors-video .swiper-button-prev:after{

    font-size: 24px;
}

.exhibitors-video-img{
    width:100%;
    position:relative;

    height:170px;
    overflow:hidden;
    text-align: center;
}
.exhibitors-video-images{
    max-width:100%;
    max-height:100%;
}
.exhibitors-video-img:after{
    display:block;
    content:'';
    clear:both;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    z-index: 1;
    position:absolute;
    left:0;
    top:0;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.exhibitors-video-play{
    position:absolute;
    left:calc(50% - 24px);
    top:calc(50% - 24px);
    z-index: 3;
}
.exhibitors-video-info{
    padding:20px;
    background:#fff;

}
.exhibitors-video-tit{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.exhibitors-video-p{

}


.Online-exhibition-left{
    padding-left: 0;
    width:255px;
    float:left;
}
.Online-exhibition-left .top-search{
    background: #00111b;
    padding: 20px 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.Online-exhibition-left .top-search input{
    width: 80%;
    background: #fff;
    border: none;
    padding: 10px 10px;
}
.Online-exhibition-left .top-search .sub{
    text-align: center;
    font-size: 18px;
    width: 20%;
    background: #fff;
    color: #6c6c6c;
    padding: 5px 0;
    cursor: pointer;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.Online-exhibition-left .top-search .sub img{
    width:32px;
}
.Online-exhibition-left .li{
    margin-top: 10px;
    overflow: hidden;
}
.Online-exhibition-left .li .stair{
    background: #fff;
    padding: 15px;
    cursor: pointer;
}
.Online-exhibition-left .li .stair img{
    float: right;
    margin-top: 2px;
    width: 22px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.Online-exhibition-left .li .stair.curr img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.Online-exhibition-left .li .second{
    background: #f0f7fa;
    padding: 15px 0;
    font-size: 14px;
    max-height: 475px;
    overflow-y: auto;
    display: none;
}
.Online-exhibition-left .li.curr .second{
    display: block;
}
.Online-exhibition-left .second::-webkit-scrollbar{
    width: 7px;
    height: 7px;
    background-color: #f0f7fa;
}
.Online-exhibition-left .second::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
    /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
    /*border-radius: 10px;*/
    background-color: #f0f7fa;
}
.Online-exhibition-left .second::-webkit-scrollbar-thumb{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #1f95d3;
}
.Online-exhibition-left .second .mgc-primary:checked{
    background: #1f95d3;
    border-color: #1f95d3;
}


.Online-exhibition-left .li .second label, .Online-exhibition-left .li .second .second-li {
    display: flex;
    padding: 6px 15px;
    cursor: pointer;
    color: #666;
    margin: 4px 0;
}
.Online-exhibition-left .li .second label span{
    width: calc(100% - 26px);
    margin-left:6px;
}

.Online-exhibition-left .submit-box {
    margin-top: 10px;
    background: #1f95d3;
    padding: 14px 0;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.index-exhibition-l{
    padding-left: 0;
    padding-bottom: 50px;
    width:calc(100% - 290px);
    float:right;
}
.index-exhibition-r{
    padding-right: 0;
}

.index-exhibition-l .letter {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px 0 14px 0;
    margin-bottom:15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.index-exhibition-l .letter a.curr{
    color:#1f95d3;
}
.index-exhibition-l .letter-tit {
    font-size:17px;
}

.index-exhibition-l .condition {
    margin-top: 25px;
    position: relative;
}
.index-exhibition-l .condition:after{
    display:block;
    content:'';
    clear:both;
}
.index-exhibition-l .condition .condition-tit {
    line-height: 40px;
    width: 75px;
    float: left;
}
.index-exhibition-l .condition .con {
    float: left;
    width: calc(100% - 85px);
}
.index-exhibition-l .condition .con .li {
    position: relative;
    border: 1px solid #1f95d3;
    /*border-radius: 5px;*/
    margin-right: 12px;
    float: left;
    margin-bottom: 10px;
}
.index-exhibition-l .condition .con .li span {
    color: #1f95d3;
    font-size: 15px;
    padding: 4px 15px;
    display: block;
}
.index-exhibition-l .condition .con .li img {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 18px;
    height: 18px;
    padding:3px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    background: #fff;
    color: #1f95d3;
    border: 1px solid #1f95d3;
    cursor: pointer;
}

.virtual-exhibitor-banner{
    height:auto;
}

.content-row:after{
    display:block;
    content:'';
    clear:both;
}
.content-row{

}
.product-list-wrap{
    width: calc(100% - 290px);
    float: right;
}

.product-list{
    margin-top:30px;
    padding-top:30px;
    border-top:1px solid #c5c5c5;
}
.product-list:after{
    display:block;
    content:'';
    clear:both;
}

.product-item{
    width:calc(31.33% - 2px);
    float:left;
    margin-right: 3.37%;
    margin-bottom:30px;
    border:1px solid #e7e7e7;
}
.product-item:nth-of-type(3n){
    margin-right:0;
}
.product-img-box{
    width:100%;
    height:178px;
    line-height:176px;
    text-align:center;
    background:#ffffff;
    overflow:hidden;
}
.product-img-box img{
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}
.product-detail-text{
    padding:10px 15px;
}
.product-name{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size:16px;
    margin-bottom:4px;
}
.product-name a{
    color:#333;
}
.company-name{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.company-name a{
    color:#999999;
}


.exhibitors-information-banner{
    height:auto;
    position:relative;
    padding-bottom: 40px;
}
.exhibitors-information-bg{
    position:absolute;
    left:0;
    top:0;
    height: 100%;
}
.exhibitors-information-box{
    position:relative;
    z-index: 1;
    margin-top:40px;
}
.exhibitors-information-box:after{
    display:block;
    content:'';
    clear:both;
}
.exhibitors-information-box-img{
    float:left;
    width:282px;
    height:147px;
    line-height:147px;
    text-align:center;
    background:#fff;
}
.exhibitors-information-box-img img{
    max-width:80%;
    max-height:80%;
	width: auto;
}
.exhibitors-information-box-info{
    float:left;
    margin-left:35px;
    width: calc(100% - 318px);
}
.exhibitors-information-box-info .category{
    margin: 15px 0;
}
.exhibitors-information-box-info .category span{
    color:#fff;
    background:rgba(255,255,255,0.2);
    padding:8px 15px;
    display: inline-block;
    margin-bottom: 5px;
}


.exhibitors-information-wrap{
    position:relative;
}
.exhibitors-information-category{
    /*position:absolute;*/
    /*right:0;*/
    /*top: 54px;*/
    /*z-index: 1;*/
}

.exhibitors-company{

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.exhibitors-bg{
    background:#f6f6f6;
    padding:55px 0;
}
.exhibitors-information-video{
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}
.exhibitors-information-video:before{
    display:none;
}

.exhi-live-tit{
    font-size:24px;
    /*font-weight:bold;*/
    margin-bottom:20px;
}
.exhi-live-tit:after{
    display:block;
    content:'';
    clear:both;
}
.exhi-live-tit a{
    color:#1f95d3;
    float:right;
    font-size:12px;
}
.exhi-live-box{

}
.exhi-live-box:after{
    display:block;
    content:'';
    clear:both;
}
.exhi-live-li{
    width: 30.33%;
    float: left;
    margin-right: 4.5%;
    margin-bottom:40px;
}
.exhi-live-li:nth-of-type(3n){
    margin-right:0;
}
.exhi-live-li:hover a{
    text-decoration: blink;
}
.exhi-live-img{
    width:calc(100% - 2px);
    border:1px solid #f6f6f6;
    height:200px;
    line-height:198px;
    background:#fff;
    overflow:hidden;
    text-align:center;
}
.exhi-live-img img{
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}
.exhi-live-info{
    padding:15px;
    background:#fff;
    border-top:1px solid #eee;
}
.exhi-live-t{
    font-size:16px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.exhi-live-time{
    font-size:12px;
    color:#999;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.exhi-live-company{
    color:#666;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top:4px;
}

.live-events{

}
.live-events .exhi-live-info{
    border:none;
    padding:15px;

}
.live-events .exhi-live-img img{
    width:100%;
    height:100%;
    object-fit: cover;
}

.exhi-news{
    margin-top:40px;
}

.exhi-news-box{

}
.exhi-news-box:after{
    display:block;
    content:'';
    clear:both;
}
.exhi-news-li{
    background:#fff;
    float:left;
    width:49%;
    margin-right:2%;
    padding:28px;
    margin-bottom:15px;


}
.exhi-news-li:nth-of-type(2n){
    margin-right:0;
}
.exhi-news-li a{

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.exhi-news-li:hover a{
    text-decoration: blink;
}
.exhi-news-time{
    padding-right:25px;
    border-right:1px solid #dddddd;
    text-align:center;
}
.exhi-news-m{
    font-size:42px;
    line-height:45px;
    color:#d43a45;
}
.exhi-news-y{

}
.exhi-news-info{
    width:calc(100% - 105px);
    margin-left:25px;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.exhi-news-info-box{
    width:100%;
}
.exhi-news-t{
    font-size:16px;
    margin-bottom:6px;
    font-weight:bold;

    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.exhi-news-i{
    color:#666;

    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.Marketing-materials-tit{
    margin-top:30px;
}
.Marketing-materials{

}

.Marketing-materials-box{

    /*background:#f6f6f6;*/
    padding:10px 0;
}
.Marketing-materials-li{
    font-size:16px;
    padding:18px 25px;
    border-bottom:1px dashed #cecece;
    background:#fff;
}
.Marketing-materials-li:last-of-type{
    border-bottom:none;
}
.Marketing-materials-li a{
    display:block;
}
.Marketing-materials-li a:after{
    display:block;
    content:'';
    clear:both;
}
.Marketing-materials-li img{
    display:block;
    float:right;
    width:22px;
}

.live-box{

}
.live-box-top{

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.live-box-top:after{
    display:block;
    content:'';
    clear:both;
}
.live-box-top-left{
    width:calc(100% - 425px);
    position:relative;
}
.live-box-top-left a:hover{
    text-decoration: blink;
}
.live-box-top-left a:hover .live-box-top-left-immediately{
    opacity: 0.7;

    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.live-box-top-left img{
    width:100%;
    height:100%;
    object-fit:cover;
    position:absolute;
    left:0;
    top:0;
}
.live-box-top-left:after{
    display:block;
    content:'';
    clear:both;
    position:absolute;
    left:0;
    top:0;
    z-index: 1;
    background:rgba(0,0,0,.6);
    width:100%;
    height:100%;
}
.live-box-top-left-b{
    width:100%;
    height:100%;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align:center;
    align-items: center;
    justify-content: center;
    position:relative;

    position: relative;
    z-index: 2;
    color:#fff;
}
.live-box-top-left-tit{
    font-size:26px;
    margin-bottom:20px;
}
.live-box-top-left-immediately{
    padding:12px 35px;
    margin-top:15px;
    background:#1f95d3;
    display: inline-block;

    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.live-box-top-info{
    width:425px;
    background:#fff;
    padding:30px;
}
.live-box-top-info-company{
    font-weight:bold;
    font-size:18px;
}
.live-box-top-info-time{
    color:#1f95d3;
}
.live-box-top-info-img{
    margin:10px 0 25px 0;
}
.live-box-top-info-img img{
    width:24px;
    height:24px;
    border-radius:50%;
    margin-right:10px;
    object-fit: cover;
}
.live-box-top-info-theme{
    font-size:16px;
    font-weight:bold;
}
.live-box-top-info-tit{
    font-size:16px;
    font-weight:bold;
    margin:10px 0;
}
.live-box-top-info-info{
}
.live-box-top-info-info:after{
    display:block;
    content:'';
    clear:both;
}
.live-box-top-info-bot{
    margin-top:20px;
}
.live-box-top-info-bot .category-box{
    float:left;
}
.live-box-top-info-eyes{
    float:right;
    margin-top: 8px;
}
.live-box-top-info-eyes img{
    width:24px;
    vertical-align: bottom;
}

.live-Popular-categories{
    margin:35px 0;
}
.live-Popular-categories-tit{
    font-size:22px;
    margin-bottom:10px;
}
.live-Popular-categories-box{

}
.live-Popular-categories-box a{
    margin-right:20px;
    line-height: 30px;
    display: inline-block;
}

.live-categories-box{
    padding-top:35px;
    margin-top:25px;
    border-top:1px solid #dddddd;
}
.live-categories-box:after{
    display:block;
    content:'';
    clear:both;
}
.live-categories-box-li{
    width:31.33%;
    float:left;
    margin-right:3%;
    margin-bottom:35px;

    background:#ffffff;
}
.live-categories-box-li:nth-of-type(3n){
    margin-right:0;
}
.live-categories-box-li a{
    display:block;
}
.live-categories-box-img{
    width:100%;
    height:202px;
    line-height:202px;
    text-align:center;
}
.live-categories-box-img img{
    max-width:100%;
    max-height:100%;
}
.live-categories-box-info{
    padding:16px;
    border-top:1px solid #ddd;
}
.live-categories-box-tit{
    font-size:18px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.live-categories-box-time{
    color:#999;
    margin:6px 0 10px 0;
}
.live-categories-box-company{
    color:#666;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.product-recommend-li{
    width:100%;
}
.product-recommend-li .recommend-product-img{
    border:1px solid #e7e7e7;
    line-height: 176px;
}
.product-recommend-w .swiper-pagination{
    bottom:0 !important;
}
.product-recommend-w .swiper-container{
    padding-bottom:20px;
}
.product-recommend-w .swiper-pagination-bullet{
    width:12px;
    height:12px;
}
.product-recommend-w .swiper-pagination-bullet-active{
    background:#1f95d3;
}

.product-recommendation-top{
    margin:60px 0;
}
.product-recommendation-top .gallery-top{
    width:48%;
    float:left;
}
.product-recommendation-top:after{
    display:block;
    content:'';
    clear:both;
}
.product-recommendation-top .swiper-slide{

}
.product-recommendation-top .swiper-slide img{
    max-width:100%;
    max-height:100%;

}
.product-recommendation-right-info{
    margin-top:15px;
    color:#999;
}
.product-recommendation-right{
    float:right;
    width:50%;
}
.product-recommendation-right-box{
    width:100%;
    /* height:273px; */
}
.product-recommendation-right-tit{
    font-size:22px;
    margin-top:20px;
}
.product-recommendation-right-type{
    margin-top:10px;
}
.product-recommendation-right-type span{
    color:#1f95d3;
}
.product-recommendation-right-collection{
    margin:25px 0;
}
.product-recommendation-right-collection span{
    background:#1f95d3;
    border-radius:45px;
    color:#fff;
    cursor:pointer;
    padding:12px 35px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.product-recommendation-right-collection span:hover{
    opacity: 0.7;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.product-recommendation-right-collection img{
    width:24px;
    margin-right:5px;
    vertical-align: top;
    margin-top: 3px;
}

.product-recommendation-right .gallery-thumbs{
    width:100%;
}
.product-recommendation-right .swiper-slide{

}
.product-recommendation-right .swiper-slide img{
    /*width:100%;*/
}

.product-recommendation-img{
    width:100%;
    border:1px solid #e6e6e6;
    text-align:center;

}
.product-recommendation-img img{
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}

.product-recommendation-top .gallery-top .product-recommendation-img{
    height:368px;
    line-height:364px;

}

.product-recommendation-right .gallery-thumbs .product-recommendation-img{
    height:75px;
    line-height:70px;
    opacity: 0.7;

}
.product-recommendation-right .gallery-thumbs .swiper-slide-thumb-active .product-recommendation-img{
    border-color:#1f95d3;
    opacity: 1;
}
display: inline-block;
margin-bottom: 10px;

.activity-top{
    margin:30px 0;
    /*border-bottom:1px solid #c5c5c5;*/
    /*padding-bottom:30px;*/
}
.activity-top:after{
    display:block;
    content:'';
    clear:both;
}
.activity-top-type{
    float:left;
    width: 100%;

}
.activity-top-type a{
    padding:8px 15px;
    border:1px solid #1f95d3;
    color:#1f95d3;
    margin-right:5px;
    font-size:15px;

    display: inline-block;
    margin-bottom: 10px;

    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;

}
.activity-top-type a.curr,.activity-top-type a:hover{
    background:#1f95d3;
    color:#fff;

    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.activity-top-type-search{
    float:right;
    margin-top: 10px;
}
.activity-top-type-search input{
    float:left;
    padding:8px 15px;
    background:#fff;
    border:none;
}
.activity-top-type-search:after{
    display:block;
    content:'';
    clear:both;
}
.activity-top-type-search-sub{
    float:right;
    background:#1f95d3;
    padding:8px 25px;
    color:#fff;
}



.login-wrap-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 20;
}
.login-con {
    width: 500px;
    padding: 60px 50px;
    color: #fff;
    background: #fff;
    border-radius: 8px;
    position: fixed;
    z-index: 4;
    left: 50%;
    top: 50%;
    z-index: 21;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(-50%, -275%);
    -moz-transform: translate(-50%, -275%);
    -ms-transform: translate(-50%, -275%);
    -o-transform: translate(-50%, -275%);
    transform: translate(-50%, -275%);
    opacity: 0;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.login-con.identity-wrap {
    width: 750px;
}
.login-con.identity-wrap .rig-wrap .log-box {
    margin-top: 0;
}
.login-con.curr {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.login-con .close {
    position: absolute;
    right: 12px;
    top: 8px;
    color: #333;
    cursor: pointer;
}
.login-con .tit {
    text-align: center;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
}
.login-con .rig-wrap .input {
    margin-bottom: 15px;
    background: #f5f5f5;
    border-radius: 4px;
    position: relative;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    border: 2px solid #fff;
}
.login-con .rig-wrap .input:before {
    display: block;
    clear: both;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.login-con .rig-wrap .input.curr {
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    border-color: #1f95d3;
}
.login-con .rig-wrap .input.curr:before {
    -webkit-animation: anim-shadow 0.3s forwards;
    animation: anim-shadow 0.3s forwards;
}
.login-con .rig-wrap .input.curr .ico {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.login-con .rig-wrap .input input {
    border: none;
    background: none;
    padding: 20px;
    float: left;
    width: calc(100% - 90px);
    font-size: 16px;
    color:#fff;
}
.login-con .rig-wrap .input .ico {
    float: right;
    color: #b3b9bd;
    width: 34px;
    border-left: 1px solid #e0e7e8;
    text-align: right;
    padding: 6px 0;
    margin: 16px 15px 0 0;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.login-con .rig-wrap .input .ico img{
    max-width: 24px;
    max-height:24px;
}
.login-con .rig-wrap .input:after {
    display: block;
    content: '';
    clear: both;
}
.login-con .rig-wrap .input .code {
    position: absolute;
    right: 80px;
    top: 14px;
    width: 125px;
    height: 42px;
    line-height: 42px;
    background: #1f95d3;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
}
.login-con .rig-wrap .input .code.curr {
    background: #999;
}
.login-con .rig-wrap .input .code img {
    width: 100%;
    height: 100%;
}
.login-con .rig-wrap .remember {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: bold;
}
.login-con .rig-wrap .remember:after {
    display: block;
    content: '';
    clear: both;
}
.login-con .rig-wrap .remember .reme-tit {
    float: left;
    line-height: 24px;
    color: #333;
}
.login-con .rig-wrap .remember .reme-tit label {
    cursor: pointer;
}
.login-con .rig-wrap .remember .reme-tit .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #1f95d3;
    background-color: #1f95d3;
}
.login-con .rig-wrap .remember .reme-a {
    float: right;
    color: #ee7420;
    line-height: 24px;
}
.login-con .rig-wrap .log-box {
    width: calc(100% - 2px);
    padding: 16px 0;
    text-align: center;
    background: #1f95d3;
    border: 2px solid #1f95d3;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer;
    margin-top: 25px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.login-con .rig-wrap .log-box:hover {
    color: #1f95d3;
    background: #fff;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.login-con .rig-wrap .no-account {
    border-top: 1px solid #e5e5e5;
    padding-top: 38px;
    margin-top: 38px;
    text-align: left;
    display:none;
}
.login-con .rig-wrap .no-account:after {
    display: block;
    content: '';
    clear: both;
}
.login-con .rig-wrap .no-account .left-tit {
    color: #666;
    float: left;
}
.login-con .rig-wrap .no-account .left-tit .left-t {
    font-size: 22px;
    color: #e60012;
}
.login-con .rig-wrap .no-account .left-tit .left-info {
    font-size: 14px;
}
.login-con .rig-wrap .no-account .left-tit .left-info a {
    color: #e60012;
}
.login-con .rig-wrap .no-account .log-box {
    float: right;
    width: 160px;
    background: #e60012;
    border-color: #e60012;
}
.login-con .rig-wrap .no-account .log-box:hover {
    background: #fff;
    color: #e60012;
    border-color: #e60012;
}
.login-con .rig-wrap .copyright {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #7393ac;
}
.login-con-one .identity .li {
    width: 100%;
    border-radius: 5px;
}
@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0 0 30px 20px #1f95d3;
        opacity: 0;
    }
}
@keyframes anim-shadow {
    to {
        box-shadow: 0 0 30px 20px #1f95d3;
        opacity: 0;
    }
}
.communication-wrap {
    position: fixed;
    right: 10px;
    bottom: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background: #fff;
    padding: 8px 14px;
    color: #2e72cf;
    cursor: pointer;
    z-index: 20;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    display:none;
}
.communication-wrap img {
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
.communication-wrap .msg {
    position: absolute;
    right: -5px;
    top: -8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    background: #ee5548;
    color: #fff;
    border-radius: 50%;
}
.communication-wrap.curr {
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.no-data {
    padding: 85px 0;
    text-align: center;
    color: #999;
}
.no-data img {
    margin-top: 10px;
    width: 150px;
}
.J-business {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.business-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1200px;
    z-index: 101;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.4);
}
.business-wrap .close-img {
    position: absolute;
    right: 12px;
    top: 8px;
    color: #333;
    cursor: pointer;
}
.business-wrap .close-img img {
    width: 26px;
}
.business-wrap .business-left {
    background: #f5f5f5;
    border-radius: 5px;
    width: 25%;
    max-height: 66vh;
}
.business-wrap .business-left .business-box {
    overflow-x: hidden;
    max-height: 70.5vh;
}
.business-wrap .business-left .business-box::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}
.business-wrap .business-left .business-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #c8c8c8;
}
.business-wrap .business-left .search-box {
    position: relative;
    background: #fff;
    border-radius: 5px;
    margin: 5%;
    padding:0;
}
.business-wrap .business-left .search-box:after {
    display: block;
    content: '';
    clear: both;
}
.business-wrap .business-left .search-box input {
    border: none;
    width: calc(100% - 75px);
    float: left;
    padding: 12px 15px;
    font-size: 15px;
}
.business-wrap .business-left .search-box img {
    float: right;
    width: 50px;
    text-align: center;
    padding: 14px 14px;
    cursor: pointer;
    color: #99afc0;
    font-size: 18px;
}
.business-wrap .business-left .search-link {
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 2px;
    background: #ddd;
}
.business-wrap .business-left .li {
    border-bottom: 1px solid #fff;
    position: relative;
    cursor: pointer;
    padding: 15px;
}
.business-wrap .business-left .li:after {
    display: block;
    clear: both;
    content: '';
}
.business-wrap .business-left .li:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
    content: '';
}
.business-wrap .business-left .li .head {
    width: 82px;
    height: 82px;
    line-height: 76px;
    border-radius: 50%;
    float: left;
    text-align: center;
    margin-right: 15px;
    position: relative;
}
.business-wrap .business-left .li .head .noread {
    background: #da251d;
    position: absolute;
    right: -4px;
    top: -2px;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
}
.business-wrap .business-left .li .head img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.business-wrap .business-left .li .tit-info .name {
    font-size: 15px;
    margin-top: 20px;
}
.business-wrap .business-left .li .tit-info .type {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 21px;
    color: #666;
}
.business-wrap .business-left .li.curr {
    background: #ee731f;
}
.business-wrap .business-left .li.curr .tit-info {
    color: #fff;
}
.business-wrap .business-left .li.curr .tit-info .type {
    color: #fff;
}
.business-wrap .business-right {
    background: #f5f5f5;
    border-radius: 5px;
    width: 73.5%;
    min-height: 65vh;
    margin-left: 1.5%;
}
.business-wrap .business-right .box {
    padding: 30px;
    margin: 40px 25px 25px;
    border-radius: 5px;
    background: #fff;
    height: 54vh;
    overflow-x: hidden;
}
.business-wrap .business-right .box::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}
.business-wrap .business-right .box::-webkit-scrollbar-track {
    background-color: #fff;
}
.business-wrap .business-right .box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #c8c8c8;
}
.business-wrap .business-right .box .li {
    margin-bottom: 15px;
}
.business-wrap .business-right .box .li .time {
    text-align: center;
    color: #c0c0c0;
    margin-bottom: 12px;
    font-size: 14px;
}
.business-wrap .business-right .box .li .tit-info:after {
    display: block;
    content: '';
    clear: both;
}
.business-wrap .business-right .box .li .tit-info .head {
    width: 60px;
    height: 60px;
    line-height: 54px;
    border-radius: 50%;
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.02);
    overflow: hidden;
    float: left;
}
.business-wrap .business-right .box .li .tit-info .head img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.business-wrap .business-right .box .li .tit-info .info {
    float: left;
    margin-left: 20px;
    padding: 20px;
    border-radius: 5px;
    max-width: 60%;
    background: #e8f0f7;
    position: relative;
    color: #4b799d;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}
.business-wrap .business-right .box .li .tit-info .info img {
    max-width: 100%;
    max-height: 100%;
}
.business-wrap .business-right .box .li .tit-info .info:after {
    border-top: 10px solid transparent;
    border-right: 12px solid #e8f0f7;
    border-bottom: 10px solid transparent;
    content: '';
    display: block;
    left: -10px;
    top: 22px;
    position: absolute;
}
.business-wrap .business-right .box .li.me .tit-info .head {
    float: right;
}
.business-wrap .business-right .box .li.me .tit-info .info {
    float: right;
    margin-right: 20px;
    margin-left: 0;
}
.business-wrap .business-right .box .li.me .tit-info .info:after {
    display: none;
}
.business-wrap .business-right .box .li.me .tit-info .info:before {
    border-top: 10px solid transparent;
    border-left: 12px solid #e8f0f7;
    border-bottom: 10px solid transparent;
    content: '';
    display: block;
    right: -10px;
    top: 22px;
    position: absolute;
}
.business-wrap .business-right .input-box {
    margin: 25px;
    border-radius: 5px;
}
.business-wrap .business-right .input-box:after {
    display: block;
    content: '';
    clear: both;
}
.business-wrap .business-right .input-box .img {
    text-align: center;
    width: 60px;
    height: 50px;
    line-height: 58px;
    border-radius: 5px;
    background: #99afc0;
    cursor: pointer;
    float: left;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.business-wrap .business-right .input-box .img:hover {
    opacity: 0.8;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.business-wrap .business-right .input-box .img img {
    max-width: 45%;
}
.business-wrap .business-right .input-box .input {
    width: calc(100% - 75px);
    float: right;
    background: #fff;
    border-radius: 5px;
}
.business-wrap .business-right .input-box .input:after {
    display: block;
    content: '';
    clear: both;
}
.business-wrap .business-right .input-box .input input {
    float: left;
    width: calc(85% - 30px);
    padding: 15px 15px;
    border: none;
    font-size: 14px;
}
.business-wrap .business-right .input-box .input .sub {
    width: 15%;
    background: #1f95d3;
    text-align: center;
    color: #fff;
    height: 50px;
    line-height: 50px;
    float: right;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.business-wrap .business-right .input-box .input .sub:hover {
    opacity: 0.8;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.news-info-tit{
    margin-top:40px;
}
.news-info-t{
    font-size:24px;
    margin-bottom:10px;
}
.news-info-box{
    padding-bottom:50px;
}
.news-info-box img{
    max-width:100%;
    height:auto !important;
}

.news-info-other{

}
.news-info-other-t{
    font-size:24px;
}
.news-info-other-box{

}


.index-exhibition-box-l {
    padding-left: 0;
    padding-bottom: 50px;
}


.select-list-row{
    margin-bottom: 20px;
}

.select-list-row .thumbnail{
    border-radius: 0;
    background: #fff;
    padding: 0;
    border:none;
    margin-bottom:0;
    /*box-shadow: 0 10px 20px rgba(0,0,0,0.05);*/
}
.select-list-logo{
    width: 30%;
    /*height: 130px;*/
    background: #fff;
    text-align: center;
    /*border-right:1px solid #e5e5e5;*/
}
.select-list-logo a{
    width: 230px;
    height: 158px;
    line-height:154px;
    text-align:center;
    display:block;
}
.select-list-logo a img{
    display: inline-block;

    max-width: 80%;
    max-height: 140px;
}
.select-list-row .select-list-txtbox{
    width: 70%;
    box-sizing: border-box;
    padding: 2.5% 3%;
}
.select-list-row .select-list-txtbox .countries{
    border-bottom:1px solid #e5e5e5;
    padding-bottom:10px;
    margin-bottom:10px;
}
.select-list-row .select-list-txtbox .countries:after{
    display:block;
    content:'';
    clear:both;
}
.select-list-row .select-list-txtbox .count-t{
    float:left;
    width:50%;
}
.select-list-row .select-list-txtbox .booth{
    float:left;
    width:50%;
}

.select-list-row .select-list-txtbox .category{

}
.select-list-row .select-list-txtbox .category:after{
    display:block;
    content:'';
    clear:both;
}
.select-list-row .select-list-txtbox .category-span{
    background:#f1f1f1;
    color:#1f95d3;
    padding:8px 15px;
    margin-top: 2px;
    float: left;
    margin-right: 5px;

}

.w1100{
    max-width:1100px;
    margin:0 auto;
}
.gray-content{
    margin:50px auto;
}

.category-box{
    /*float:right;*/
    margin-top: 12px;
}
.category-box span{
    width:36px;
    height:36px;
    line-height:32px;
    text-align:center;
    border-radius:50%;
    background:#fdcb2c;
    display:block;
    float:left;
    margin-left:6px;
    cursor:pointer;
}
.category-box span:first-of-type{
    margin-left:0;
}
.category-box span:nth-of-type(2){

    background:#1f95d3;
}
.category-box span:nth-of-type(3){

    background:#056298;
}
.category-box span img{
    width:24px;
}

.search-details-name {
    font-size: 18px;
    color: #fff;
    /* font-weight: bold; */
    line-height: 34px;
    margin-bottom: 5px;
}
.search-details-booth-number {
    margin-bottom: 10px;
    color: #999;
}

.exhibitors-company{

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.search-details-introduce {
    margin: 20px 0;
    padding: 10px 0;
    width: 60%;
}
.search-details-introduce-info {
    background: #1f95d3;
    padding: 20px 30px;
    width: 35%;
    color: #fff;
}
.search-details-introduce-box {
    padding: 10px 0;
}
.search-details-txt {
    /* color: #fff; */
    font-size: 14px;
    line-height: 28px;
    margin: 5px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.search-details-introduce-info {
    background: #1f95d3;
    padding: 20px 30px;
    width: 35%;
    color: #fff;
}
.search-details-txt {
    /* color: #fff; */
    font-size: 14px;
    line-height: 28px;
    margin: 5px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.search-details-txt a {
    color: #fff;
    word-wrap: break-word;
    width: 92%;
}
.search-details-txt .iconfont {
    padding-right: 10px;
    font-size: 17px;
    color: #fff;
    line-height: 24px;
}
.search-details-txt.iconfont:before{
    color: #999;
    font-size: 16px;
    margin-right: 10px;
}


body .layui-layer-btn-sub{
    text-align:center;
}
body .layui-layer-btn-sub .layui-layer-btn0{
    border-color: #3393dd;
    background-color: #3393dd;
    margin-bottom:20px;
    padding:5px 45px;
    border-radius:5px;
    height:auto;
}

.breadcrumb{
    display:none;
}


.Demoonstration-hot{

    margin-top:40px;
}
.Demoonstration-hot-tit{
    font-size:18px;
    font-weight:bold;
    background:#1f95d3;
    color:#fff;
    /*text-align:center;*/
    padding:14px 14px;
    border-radius:4px 4px 0 0;
}
.Demoonstration-hot-tit-two{
    background:#fdce3a;
    border-radius:0;
}
.Demoonstration-hot-box{
    background:#f0f7fa;
    padding:11px;
}
.Demoonstration-hot-img{
    width:100%;
    text-align:center;
    background:#fff;
    margin-top:10px;
    line-height:116px;
}
.Demoonstration-hot-img img{
    max-width:100%;
    max-height:116px;
    vertical-align: middle;
}
.Demoonstration-hot-t{
    width:100%;
    text-align:center;
    line-height:35px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}



.pc-show {
    display: block;
}
.mb-show {
    display: none;
}

.mt20{
    margin-top:20px;
}

.second-level{
    width: 100%;
    border-bottom: 1px solid #eeefef;
    display: inline-flex;
}
.second-level a{
    margin-right:40px;
    padding:15px 0;
}
.second-level a.curr{
    border-bottom: 1px solid #1f95d3;
    color: #1f95d3;
}

.content-twobox {
	padding: 50px 20px;
	background: #fff;
    margin-bottom: 70px;
}
.con-left {
	width: 280px;
	float: left;
	margin-right: 20px;
}
.content-twobox .news-box {
	float: right;
	width: calc(100% - 300px);
}
.content-twobox .news-detialbox{
	float: right;
	width: calc(100% - 300px);
}
.news-detialbox table {
	max-width: 100%;
}

.index-about .left{
	width: 50%;
}
.index-about .txtbox {
	line-height: 1.8;
}
.index-about .txtbox p {
	margin-bottom: 15px;
}

.index-about .right{
	width: 50%;
	padding-left: 30px;
}
.index-about video {
	width: 100%;
}


.links-box {
	display: flex;
}
.links-box .a{
	position: relative;
	width: calc(100%/2 - 10px);
	margin-right: 20px;
	background-image: url("../images/linkbg01.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	padding: 20px;
	text-align: center;
}
.links-box .a:nth-child(2) {
	background-image: url("../images/linkbg02.png");
	margin-right: 0;
}
.links-box .a .p1 {
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.links-box .a .p2 span {
	display: block;
}

.series-exh {
	display: flex;
	flex-wrap: wrap;
}
.series-exh .item {
	background-color: #eeeeee;
	width: calc(100%/2 - 10px);
	margin-right: 20px;
	overflow: hidden;
}
.series-exh .item:nth-child(2n) {
	margin-right: 0;
}
.series-exh .item:hover img {
	transform: scale(1.1);
	transition: all 400ms;
}
.series-exh .item img {
	display: block;
	width: 100%;
	transition: all 400ms;
}


.index-images-swiper {
	padding: 10px;
}
.index-images-swiper .swiper-slide{
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	border-radius: 8px;
	background-color: #e4f2f9;
	height: auto;
}
.index-images-swiper img{
	display: block;
	width: 100%;
}

.index-images-swiper .imgbox {
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}
.index-images-swiper .txtbox {
	background-color: #e4f2f9;
	border-radius: 0 0 8px 8px;
	padding: 20px;
}
.swiper-box {
	position: relative;
}
.swiper-box .swiper-pagination {
	width: 100%;
}
.swiper-box .swiper-pagination-bullet {
	margin: 0 4px;
}
.swiper-box .swiper-button-prev, .swiper-box .swiper-container-rtl .swiper-button-next {
	left: -40px;
}
.swiper-box .swiper-button-next, .swiper-box .swiper-container-rtl .swiper-button-prev {
	right: -40px;
}

.swiper-btn {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	line-height: 30px;
	text-align: center;
	color: #9b989a;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.swiper-btn:after {
	font-size: 16px;
}
.index-activity-wrap {
	background-color: #f0f5f8;
}

.index-activity-list {
	display: flex;
	flex-wrap: wrap;
}
.index-activity-list li {
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: center;
	width: calc(100%/4 - 15px);
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.index-activity-list li:nth-child(4n) {
	margin-right: 0;
}
.index-activity-list li img {
	display: block;
	width: 100%;
}
.index-activity-txtbox {
	display: flex;
	align-items: center;
	padding: 30px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.index-activity-txtbox .imgbox {
	flex: 1;
	text-align: center;
}
.index-activity-txtbox img {
	max-width: 100%;
}
.index-activity-txtbox .txtbox {
	flex: 1;
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid #ddd;
}
.index-activity-txtbox .p1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.index-activity-txtbox .p2 {
	line-height: 1.8;
}

.index-video {
}

.more-links .tab {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin-left: 10px;
	font-weight: bold;
}
.more-links .tab.active,
.more-links .tab:hover {
	color: #1f95d3;
}

.index-video-con .tab-con{
	display: flex;
}
.index-video-con .item {
	position: relative;
	background-color: rgba(0, 0, 0, .1);
	cursor: pointer;
	min-height: 100px;
}
.index-video-con .item:hover:after {
	background-color: transparent;
	transition: all 400ms;
}
.index-video-con .item:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5) url(../images/ico-video.png) no-repeat center center;
	transition: all 400ms;
}
.index-video-con img {
	display: block;
	width: 100%;
}
.index-video-con video {
	width: 100%;
	display: block;
}
.index-video-con .p {
	position: relative;
	z-index: 2;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.index-video-con .big {
	flex-grow: 1;
	margin-right: 20px;
}
.index-video-con .right {
	width: 29.3%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
}
.index-video-con .small {
	margin-bottom: 20px;
	flex: 1;
}
.index-video-con .small:last-child {
	margin-bottom: 0;
}
.index-video-con .small .imgbox {
	height: 100%;
}
.index-video-con .small img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-news-list {
	display: flex;
	flex-wrap: wrap;
}
.index-news-list li {
	width: calc(100%/3 - 4%);
	margin-right: 6%;
	margin-bottom: 3%;
	border-left: 2px solid #1f95d3;
	padding-left: 15px;
	padding-bottom: 30px;
	position: relative;
}
.index-news-list li:nth-child(3n) {
	margin-right: 0;
}
.index-news-list li .tit {
	font-size: 16px;
	margin-bottom: 10px;
}
.index-news-list li .info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-left: 15px;
	box-sizing: border-box;
}
.index-news-list li .p {
	color: #1f95d3;
	font-size: 16px;
}
.index-news-list li .date {
	color: #999;
}

.popbox {
	width: 90vw;
	max-width: 1000px;
	max-height: 90vh;
}
.popcon {
	padding: 30px;
}

.video-popbox {
	max-width: 1300px;
}
.video-popbox video{
	width: 100%;
}

.index-logo {
	padding-top: 10px;
	padding-bottom: 20px;
}
.index-logo img{
	max-width: 90%;
	max-height: 90%;
	vertical-align: middle;
}
.index-logo .li {
	background-color: #fff;
	border: 1px solid #ddd;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 0;
	transition: all 400ms;
}
.index-logo .li:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	transition: all 400ms;
}

.content-row {
	display: flex;
	flex-direction: row-reverse;
}
.content-row .sidebarB{
	width: 25%;
	margin-right: 20px;
	flex-shrink: 0;
	/* display: none !important; */
}
.content-row .content {
	flex-grow: 1;
}
.content-row .content > .content-white-bg {
	margin-top: 0 !important;
}
.sider-nav-box {
    background-color: #fff;
    border-top: 2px solid #2b9bd5;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
}

.cookie-message-box {
    color: #dfdfdf;
    position: fixed;
    background: rgba(0,0,0,0.8);
    bottom: 0;
    left: 0;
    z-index: 8080;
    overflow: hidden;
    width: 100%;
    display:none;
}
.cookie-message-box a{
color:#fff;
}

.cookie-message-box .row {
    margin: 0;
    padding: 15px 0;
	align-items: center;
}
.cookie-message-box .cookie-btnbox .setlink {
	text-decoration: underline;
	display: inline-block;
	margin-right: 10px;
}



/*同期活动*/
.pagetop {
	margin-bottom: 20px;
}
.pagetop .title {
	color: #3393dd;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 5px;
}
.conferences-search .label-search{
	float: left;
	
}
.label-search a {
	display: inline-block;
	min-width: 85px;
	padding: 0 15px;
	text-align: center;
	color: #3393dd;
	height: 40px;
	line-height: 40px;
	border: 1px solid #3393dd;
	margin-right: 10px;
	margin-bottom: 15px;
}
.label-search a.curr {
	background-color:#3393dd;
	color: #fff;
}
.conferences-search .search-kw {
	float: right;
}
.conferences-search .search-kw input {
	background-color: #fff;
	float: left;
	width: 190px;
	height: 40px;
	padding: 0 10px;
	border: 0;
	outline: none;
}
.conferences-search .search-kw .search-btn {
	float: left;
	width: 76px;
	height: 40px;
	line-height: 40px;
	background-color: #3393dd;
	text-align: center;
	color: #fff;
	border: 0;
	outline: none;
}
.conferences-search .search-kw .search-btn:hover {
	opacity: 0.8;
}

.conferences-box{
	padding-top: 50px;
}
.conferences-title-txt{
	padding: 5px 12%;
	height: 110px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	line-height: 26px;
}

.conferences-time{
	padding-top: 15px;
	font-size: 14px;
	color: #999999;
}
.conferences-time span {
	display: inline-block;
	margin-right: 20px;
}
.conferences-box-ul  {
	display: flex;
	flex-wrap: wrap;
}
.conferences-box-ul li{
	width: 30%;
	box-sizing: border-box;
	margin-right: 5%;
	margin-bottom: 50px;
}
.conferences-box-ul li:nth-of-type(3n){
	margin-right: 0;
}
.conferences-img{
	aspect-ratio: 113/51;
	overflow: hidden;
}
.conferences-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 400ms;
}
.conferences-img:hover img{
	transform: scale(1.1);
	transition: all 400ms;
}

.conferences-name{
	color: #333;
	font-weight: bold;
    font-size: 20px;
}
.conferences-name a{
	color: #333;
}
.conferences-name a:hover{
	color: #3393dd;
}
.conferences-title-box .white-bg{
	padding-bottom: 10px;
}

.errar-con{
	text-align:center;
	padding:10% 0;
}
.errar-con img{
	width:50%;
}
.errar-con-tit{
	padding:30px 0 50px;
	font-size:22px;
}
.errar-con-a{
	padding:8px 35px;
	background:#3393dd;
	color:#fff;
}
.errar-con-a:hover{
	color:#fff;
}
.index-highlight {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0px 4%;
	background: url("/static/home/images/bolan.png") no-repeat center center;
	background-size: 100% auto;
}

.index-highlight .item {
	flex: 1;
	position: relative;
	display: flex;
	flex-direction: column-reverse;
}
.index-highlight .item .imgbox {
	position: relative;
	width: 130px;
	max-width: 60%;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background-color: #1f95d3;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 40px;
	/* margin: 140px auto 40px; */
}
.index-highlight .item .icon {
	width: calc(100% - 30%);;
	height: calc(100% - 30%);;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 8px 8px 8px rgba(0, 0, 0, .2);
	display: flex;
	align-items: center;
	justify-content: center;
}
.index-highlight .item .icon img {
	max-width: 60%;
	max-height: 60%;
}
.index-highlight .item .imgbox:before {
	content: "";
	display: block;
	width: 1px;
	height: 50px;
	background: #1f95d3;
	/* background: url(../images/ico-biao.png) no-repeat center bottom; */
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}
.index-highlight .item .imgbox:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #1f95d3;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}
.index-highlight .item .txtbox {
	text-align: center;
	margin-bottom: 70px;
	min-height: 75px;
	/* position: absolute;
	top: 0;
	width: 100%; */
}
.index-highlight .item .txtbox .p {
	color: #666;
	line-height: 1.8;
}
.index-highlight .item .txtbox .tit {
	font-size: 18px;
	font-weight: bold;
	color: #1f95d3;
}
.index-highlight .item:nth-child(2n) {
	flex-direction: column;
}
.index-highlight .item:nth-child(2n) .imgbox {
	/* margin-top: 40px;
	margin-bottom: 140px; */
	margin-top: 40px;
	margin-bottom: 0;
}
.index-highlight .item:nth-child(2n) .imgbox:before {
	top: auto;
	bottom: -50px;
	background-position: center top;
}
.index-highlight .item:nth-child(2n) .imgbox:after {
	top: auto;
	bottom: -50px;
}
.index-highlight .item:nth-child(2n) .txtbox {
	top: auto;
	bottom: 0;
	margin-top: 70px;
	margin-bottom: 0;	
}


/*ipad*/
@media (max-width: 979px){
	.conferences-box-ul li{
		width: 45%;
		box-sizing: border-box;
		float: left;
		margin-right: 5%;
		margin-bottom: 50px;
	}
	.conferences-box-ul li:nth-of-type(3n){
		margin-right: 5%;
	}
	.conferences-box-ul li:nth-of-type(2n){
		margin-right: 0;
	}
}

/*手机*/
@media (max-width: 500px) {
	.conferences-box-ul li{
		width: 100%;
		padding: 0 15px;
		margin-bottom: 20px;
		margin-right: 0 !important;
	}
}

@media screen and (max-width:1440px){
	.con-left {
		width: 25%;
	}
	.content-twobox .news-box {
		width: calc(75% - 20px);
	}
	.content-twobox .news-detialbox{
		width: calc(75% - 20px);
	}
}

@media screen and (max-width:767px){
    .pc-show {
        display: none;
    }
    .mb-show {
        display: block;
    }


    .virtual-exhibitor-banner img{
        width:100%;
    }

    .Demoonstration-row {
        margin-top: 20px;
    }

    .DemoonstrationSearch-row-wrap{
        padding: 10px;
    }

    .code-box{
        display:none;
    }
    .DemoonstrationSearch-row select{
        width:100%;
        margin-bottom:10px;
    }

    .DemoonstrationSearch-row input{
        width: calc(70% - 1px);
    }
    .exhi-search{
        width: 30%;
    }

    .recommend-product-tit{
        font-size: 24px;
    }
    .recommend-product-con{
        /*padding:0 15px;*/
    }
    .recommend-product-con .swiper-slide{
        width: 80%;
    }

    .recommend-product-li{
        width:100%;
    }
    .recommend-product-li:nth-of-type(2n){
        margin-right:0;
    }

    .recommend-exhibotor-wrap{
        padding: 30px 0;
    }
    .recommend-exhibotor-wrap .recommend-product-tit{
        margin-bottom:0;
    }

    .Recommend-exhibitors {
        /*padding:0 15px;*/
    }
    .Recommend-exhibitors .swiper-container{
        padding-top:40px;
    }

    .Recommend-exhibitors .swiper-slide{
        width: 80%;
    }
    .Recommend-exhibitors-li{
        width:100%;
    }
    .Recommend-exhibitors-li:nth-of-type(2n){
        margin-right:0;
    }

    .Exhibitors-registration{
        width:100%;
        margin-left:0;
        left:0;
        height:auto;
    }
    .Exhibitors-registration img{
        width:100%;
    }
    .Exhibitors-registration a{
        display:none;
    }
    .exhibitors-live-box{
        padding:0 15px;
    }

    .exhibitors-live .gallery-top{
        width:100%;
    }
    .exhibitors-live .gallery-thumbs{
        width:100%;
        margin-top:15px;
        height:250px;
    }
    .exhibitors-live-li{
        margin-left:0;
        padding:10px;
    }
    .exhibitors-live-info-tit{
        font-size:16px;
    }

    .exhibitors-video-con{
        margin-left:0;
        width:100%;
    }

    .exhibitors-video .recommend-product-tit{
        margin-bottom:0;
    }

    .recommend-product-more a{
        padding: 10px 35px;
    }

    .recommend-product-more{
        padding: 15px 0;
    }

    .hot-search,.alphabet{
        display:none;
    }


    .product-recommendation-top .gallery-top{
        width:100%;
    }
    .product-recommendation-right{
        width:100%;
    }
    .product-recommendation-right-box{
        height:auto;
        margin-bottom:15px;
    }

    .product-recommendation-top{
        margin:20px 0;
    }
    .exhibitors-information-box{
        margin-top:15px;
    }
    .exhibitors-information{
        padding-bottom:20px;
    }
    .exhibitors-information-bg{
        height:400px;
    }
    .exhibitors-information-box-img{
        margin: 0 25px 10px;
        width: calc(100% - 50px);
    }
    .exhibitors-information-box-info{
        margin-left: 25px;
        width: calc(100% - 50px);
    }


    .exhibitors-company{
        display:block;
        padding:0 15px 15px;
    }
    .search-details-introduce{
        width:100%;
        margin-bottom:0;
    }
    .search-details-introduce-info{
        width:100%;
    }

    .recommend-product .exhi-live-tit{
        padding:0 15px;
    }

    .exhibitors-bg{
        padding:25px 15px;
    }

    .exhi-live-li{
        width:100%;
        margin-right:2%;
        margin-bottom: 10px;
    }
    .exhi-live-li:nth-of-type(3n){
        margin-right:2%;
    }
    .exhi-live-li:nth-of-type(2n){
        margin-right:0;
    }

    .live-events .exhi-live-tit{
        padding:0 15px;
    }

    .recommend-product{
        margin:20px 0;
    }
    .exhibitors-video{
        padding-top:30px;
        margin-top:20px;
    }

    .exhi-news-box {
        padding:0 15px;
    }
    .exhi-news-li{
        width:100%;
        padding: 12px;
    }
    .exhi-news-m{
        font-size: 32px;
    }
    .exhi-news-time{
        padding-right: 12px;
    }

    .exhi-news-info{
        margin-left: 12px;
        width: calc(100% - 84px);
    }

    .Marketing-materials-box{
        margin:0 15px;
        padding:10px 20px;
    }
    .Marketing-materials-li{
        padding: 10px 0;
    }

    .exhi-news{
        margin-top:20px;
    }
    .exhi-news .exhi-live-tit{
        padding:0 15px;
    }

    .activity-top-type{

        padding:0 15px;
    }
    .activity-top-type:after{
        display:block;
        content:'';
        clear:both;
    }
    .activity-top-type a{
        display:block;
        float:left;
        margin-bottom:10px;
        margin-right:10px;
        padding: 6px 14px;
        font-size: 14px;
    }

    .activity-top{
        margin-top:0;
    }
    .activity-top-type-search{
        width:calc(100% - 30px);
        margin:0 15px;
    }
    .activity-top-type-search input{
        width:80%;
    }
    .activity-top-type-search-sub{
        padding:8px 0;
        width:20%;
        text-align:center;
    }
    .exhi-live-box{
        padding:0 15px;
    }

    .live-box-top{
        display:block;
    }
    .live-box-top-left{
        width:100%;
        height:250px;
    }
    .live-box-top-info{
        width:100%;
        padding: 30px 30px 60px 30px;
    }

    .live-categories-box{
        /*padding:20px 15px;*/
    }
    .live-categories-box-li{
        width:100%;
        margin-bottom: 15px;
    }

    .live-Popular-categories{
        margin: 35px 15px;
    }

    .live-Popular-categories-box a{
        margin-right: 12px;
    }

    .Online-exhibition-left{
        width:100%;
        padding:0 15px;
        margin-bottom:20px;
    }

    .index-exhibition-l{
        width:calc(100% - 30px);
        padding-left:0;
        margin:0 15px;
        padding-bottom:0;
    }

    .select-list-logo{
        border:none;
    }
    .select-list-logo a{
        width:100%;
    }

    .product-item{
        width:48%;
        margin-right:4%;
        margin-bottom: 15px;
    }
    .product-item:nth-of-type(3n) {
        margin-right: 4%;
    }
    .product-item:nth-of-type(2n) {
        margin-right: 0;
    }

    .index-exhibition-l .letter{
        display:block;
    }
    .index-exhibition-l .letter a{
        margin-right:8px;
        line-height:30px;
    }
    .select-list-row .select-list-txtbox{
        padding: 15px;
    }

    .index-exhibition-l .condition .condition-tit{
        width:100%;
    }
    .index-exhibition-l .condition .con{
        width:100%;
    }
    .index-exhibition-l .condition .con .li span{
        font-size: 13px;
        padding: 2px 5px;
    }
    .index-exhibition-l .condition .con .li img{
        /*right: -12px;*/
        /*top: -12px;*/
        width: 14px;
        height: 14px;
    }

	.content-row .content {
		padding: 0;
	}
    .content {
        padding: 0 15px;
    }


    .second-level a{
        margin-right: 25px;
    }

	.con-left {
		width: 100%;
		max-width: none;
		float: none;
		margin-right: 0;
	}
	.content-twobox .news-box,
	.content-twobox .news-detialbox {
		float: none;
		width:100%;
	}

	.maintit-box .maintit {
		margin-bottom: 10px;
	}
	.maintit {
		font-size: 24px;
	}
	.index-about .left {
		width: 100%;
	}
	.index-about .right {
		width: 100%;
		padding-left: 0;
	}
	.links-box .a {
		width: calc(100%/2 - 5px);
		margin-right: 10px;
	}
	.links-box .a .p2 span {
		display: inline;
	}
	.swiper-box .swiper-button-prev, .swiper-box .swiper-container-rtl .swiper-button-next {
		left: -15px;
	}
	.swiper-box .swiper-button-next, .swiper-box .swiper-container-rtl .swiper-button-prev {
		right: -15px;
	}
	.index-video-con .tab-con {
		display: block;
	}
	.index-video-con .big {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.index-video-con .right {
		width: 100%;
	}
	.index-activity-list li {
		width: calc(100%/2 - 10px);
	}
	.index-activity-list li:nth-child(2n) {
		margin-right: 0;
	}
	.index-news-list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px !important;
	}
	.popcon {
		padding: 30px 20px;
	}

	
	.content-row {
		display: block;
	}
	.content-row .sidebarB{
		width: 100%;
		margin-right: 0px
	}
	.cookie-message-box .cookie-btnbox {
		margin-top: 20px;
	}
	.index-highlight {
		display: block;
		padding: 2% 0;
		background-image: url(../images/bolan-750.png);
		background-size: 80% 100%;
		background-position: top center;
	}
	.index-highlight .item {
		position: relative;
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		margin: 20px 0;
		padding-left: 10%;
	}
	.index-highlight .item:before {
		content: "";
		display: block;
		width: calc(90% - 50px);
		height: 1px;
		background-color: #df2422;
		position: absolute;
		bottom: 0;
		left: calc(10% + 50px);
		display: none;
	}
	.index-highlight .item:after {
		content: "";
		display: block;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		background-color: #df2023;
		position: absolute;
		bottom: -7px;
		right: 0;
		display: none;
	}
	.index-highlight .item .imgbox {
		margin: 0;
		width: 100px;
		flex-shrink: 0;
	}
	.index-highlight .item .imgbox:before,
	.index-highlight .item .imgbox:after {
		display: none;
	}
	.index-highlight .item .txtbox {
		text-align: right;
		position: static;
		margin-left: 20px;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		min-height: 0;
	}
	.index-highlight .item:nth-child(2n) {
		flex-direction: row-reverse;
		padding-right: 10%;
		padding-left: 0;
	}
	.index-highlight .item:nth-child(2n):before {
		left: auto;
		right: calc(10% + 50px);
	}
	.index-highlight .item:nth-child(2n):after {
		right: auto;
		left: 0;
	}
	.index-highlight .item:nth-child(2n) .imgbox {
		margin: 0;
	}
	.index-highlight .item:nth-child(2n) .txtbox {
		text-align: left;
		right: auto;
		left: 0;
	}
}
